mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:46:20 +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:
parent
86d6be0ae4
commit
e0171dcbf6
6
meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
Normal file
6
meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
Normal file
@ -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"
|
||||
6
meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
Normal file
6
meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
Normal file
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user