aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-08-02 10:35:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-04 18:45:19 +0200
commit94eef4e5f768debc1cd21765852fce0d33461f36 (patch)
treef73e523362dfc5b9b6b324326251a54923be3c4e /qt.pro
parent35fe76d9c343f98ec55c7cacd8c402e90d91ef38 (diff)
qtwinextras: add qtdeclarative as an optional dependency
qtwinextras contains optional QML types, so qtdeclarative must be listed as an optional dependency to avoid build breaks. Change-Id: I7d7f3bfca73c6599699a1da9c8795e6ac9ca4a74 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index be514090..e4190b19 100644
--- a/qt.pro
+++ b/qt.pro
@@ -55,13 +55,13 @@ defineTest(addModule) {
addModule(qtbase)
addModule(qtmacextras, qtbase)
-addModule(qtwinextras, qtbase)
addModule(qtx11extras, qtbase)
addModule(qlalr, qtbase)
addModule(qtsvg, qtbase)
addModule(qtxmlpatterns, qtbase)
addModule(qtjsbackend, qtbase)
addModule(qtdeclarative, qtjsbackend, qtsvg qtxmlpatterns)
+addModule(qtwinextras, qtbase, qtdeclarative)
addModule(qtquickcontrols, qtdeclarative)
addModule(qtmultimedia, qtdeclarative)
addModule(qtactiveqt, qtbase)