qt-4.8.0: enable sql features as in 4.7.4
authorEric Bénard <eric@eukrea.com>
Wed, 25 Jan 2012 15:42:44 +0000 (16:42 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:18:16 +0000 (08:18 -0800)
(From meta-openembedded rev: e0171dcbf68cef539c5d83c5846f0835502ec583)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend [new file with mode: 0644]
meta-openembedded/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend b/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
new file mode 100644 (file)
index 0000000..3c1ac5e
--- /dev/null
@@ -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-openembedded/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend b/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
new file mode 100644 (file)
index 0000000..3c1ac5e
--- /dev/null
@@ -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"