mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
qt-4.8.0: enable sql features as in 4.7.4
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DEPENDS += "mysql5 postgresql sqlite"
|
||||
QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
|
||||
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
||||
-I${STAGING_INCDIR}/postgresql"
|
||||
|
||||
PRINC = "1"
|
||||
@@ -0,0 +1,6 @@
|
||||
DEPENDS += "mysql5 postgresql sqlite"
|
||||
QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
|
||||
QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
|
||||
-I${STAGING_INCDIR}/postgresql"
|
||||
|
||||
PRINC = "1"
|
||||
Reference in New Issue
Block a user