QT += sql as we are always using it
authorGunnar Sletta <gunnar.sletta@nokia.com>
Mon, 22 Aug 2011 12:28:44 +0000 (14:28 +0200)
committerKim M. Kalland <kim.kalland@nokia.com>
Mon, 22 Aug 2011 12:33:42 +0000 (14:33 +0200)
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>
src/declarative/declarative.pro

index 7f4255f..336766b 100644 (file)
@@ -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