aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2012-01-25 16:42:44 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-26 15:26:49 +0100
commite0171dcbf68cef539c5d83c5846f0835502ec583 (patch)
tree59917356f001bbd595ef5a3ce56056c053a88e14
parent86d6be0ae44b965415ba38ef23c9184dae45cd1b (diff)
downloadmeta-openembedded-e0171dcbf68cef539c5d83c5846f0835502ec583.tar.gz
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>
-rw-r--r--meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend6
-rw-r--r--meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend6
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
new file mode 100644
index 0000000000..3c1ac5ee3d
--- /dev/null
+++ b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
@@ -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"
diff --git a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
new file mode 100644
index 0000000000..3c1ac5ee3d
--- /dev/null
+++ b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
@@ -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"