aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/declarative.pro
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-08-22 14:28:44 +0200
committerKim M. Kalland <kim.kalland@nokia.com>2011-08-22 14:33:42 +0200
commit31f3360d38cb5b90e1d0275eb0d25f22e399fed4 (patch)
treeab9a5fd5b2d36d525174194bc89d8ced5c025cd9 /src/declarative/declarative.pro
parent9d1c8f04e172ff8dda7d04916366a75cf916a280 (diff)
QT += sql as we are always using it
Change-Id: I4cf96814482cdf3877965bacf2b9defdc55894ad Reviewed-on: http://codereview.qt.nokia.com/3318 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src/declarative/declarative.pro')
-rw-r--r--src/declarative/declarative.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/declarative.pro b/src/declarative/declarative.pro
index 7f4255f34f..336766b7cf 100644
--- a/src/declarative/declarative.pro
+++ b/src/declarative/declarative.pro
@@ -6,7 +6,7 @@ QPRO_PWD = $$PWD
CONFIG += module
MODULE_PRI += ../../modules/qt_declarative.pri
-QT = core-private gui-private network opengl opengl-private widgets-private
+QT = core-private gui-private network opengl opengl-private widgets-private sql
contains(QT_CONFIG, svg): QT += svg
DEFINES += QT_BUILD_DECLARATIVE_LIB QT_NO_URL_CAST_FROM_STRING