From: Gunnar Sletta Date: Mon, 22 Aug 2011 12:28:44 +0000 (+0200) Subject: QT += sql as we are always using it X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=31f3360d38cb5b90e1d0275eb0d25f22e399fed4;p=konrad%2Fqtdeclarative.git QT += sql as we are always using it Change-Id: I4cf96814482cdf3877965bacf2b9defdc55894ad Reviewed-on: http://codereview.qt.nokia.com/3318 Reviewed-by: Qt Sanity Bot Reviewed-by: Kim M. Kalland --- diff --git a/src/declarative/declarative.pro b/src/declarative/declarative.pro index 7f4255f..336766b 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