Loading package/qt/Config.sql.in +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ config BR2_PACKAGE_QT_IBASE config BR2_PACKAGE_QT_ODBC bool "ODBC Driver" depends on BROKEN # libodbc not in BR select BR2_PACKAGE_UNIXODBC help Build ODBC driver If unsure, say n. Loading package/qt/qt.mk +1 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,7 @@ QT_DEPENDENCIES += mysql endif ifeq ($(BR2_PACKAGE_QT_ODBC),y) QT_CONFIGURE_OPTS += -qt-sql-odbc QT_DEPENDENCIES += unixodbc endif ifeq ($(BR2_PACKAGE_QT_PSQL),y) QT_CONFIGURE_OPTS += -qt-sql-psql -psql_config $(STAGING_DIR)/usr/bin/pg_config Loading Loading
package/qt/Config.sql.in +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ config BR2_PACKAGE_QT_IBASE config BR2_PACKAGE_QT_ODBC bool "ODBC Driver" depends on BROKEN # libodbc not in BR select BR2_PACKAGE_UNIXODBC help Build ODBC driver If unsure, say n. Loading
package/qt/qt.mk +1 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,7 @@ QT_DEPENDENCIES += mysql endif ifeq ($(BR2_PACKAGE_QT_ODBC),y) QT_CONFIGURE_OPTS += -qt-sql-odbc QT_DEPENDENCIES += unixodbc endif ifeq ($(BR2_PACKAGE_QT_PSQL),y) QT_CONFIGURE_OPTS += -qt-sql-psql -psql_config $(STAGING_DIR)/usr/bin/pg_config Loading