diff options
author | Eric Bénard <eric@eukrea.com> | 2012-01-25 16:42:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-26 15:26:49 +0100 |
commit | e0171dcbf68cef539c5d83c5846f0835502ec583 (patch) | |
tree | 59917356f001bbd595ef5a3ce56056c053a88e14 | |
parent | 86d6be0ae44b965415ba38ef23c9184dae45cd1b (diff) | |
download | meta-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.bbappend | 6 | ||||
-rw-r--r-- | meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend | 6 |
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 000000000..3c1ac5ee3 --- /dev/null +++ b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | DEPENDS += "mysql5 postgresql sqlite" | ||
2 | QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite" | ||
3 | QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \ | ||
4 | -I${STAGING_INCDIR}/postgresql" | ||
5 | |||
6 | 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 000000000..3c1ac5ee3 --- /dev/null +++ b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | DEPENDS += "mysql5 postgresql sqlite" | ||
2 | QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite" | ||
3 | QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \ | ||
4 | -I${STAGING_INCDIR}/postgresql" | ||
5 | |||
6 | PRINC = "1" | ||