aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorBjoern Breitmeyer <bjoern.breitmeyer@kdab.com>2014-08-20 14:03:02 +0200
committerBjörn Breitmeyer <bjoern.breitmeyer@kdab.com>2014-08-28 08:34:39 +0200
commitd870bd65b0de87316007f94f8415c6a0baf4f516 (patch)
tree009d9a3203deaa9973b4b9a4c866da555246acb8 /qt.pro
parent9677483cdc6550871c4db9de97ee72dbe239c40f (diff)
Skip not supported modules on wince.
Change-Id: I6ac73c759453813718c6d96c7d6cb27bcbf9815b Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro12
1 files changed, 6 insertions, 6 deletions
diff --git a/qt.pro b/qt.pro
index c10c7378..abcc2be7 100644
--- a/qt.pro
+++ b/qt.pro
@@ -66,16 +66,16 @@ addModule(qtxmlpatterns, qtbase)
addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns)
addModule(qtquickcontrols, qtdeclarative)
addModule(qtmultimedia, qtbase, qtdeclarative)
-addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia)
-addModule(qtactiveqt, qtbase)
-addModule(qt3d, qtdeclarative)
+!wince*:addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia)
+!wince*:addModule(qtactiveqt, qtbase)
+!wince*:addModule(qt3d, qtdeclarative)
addModule(qtjsondb, qtdeclarative)
-addModule(qtsystems, qtbase, qtdeclarative)
-addModule(qtlocation, qtbase, qtsystems qtmultimedia)
+!wince*:addModule(qtsystems, qtbase, qtdeclarative)
+!wince*:addModule(qtlocation, qtbase, qtsystems qtmultimedia)
addModule(qtsensors, qtbase, qtdeclarative)
addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative)
addModule(qtfeedback, qtdeclarative, qtmultimedia)
-addModule(qtpim, qtdeclarative)
+!wince*:addModule(qtpim, qtdeclarative)
addModule(qtwebkit, qtdeclarative, qtlocation qtmultimedia qtsensors, WebKit.pro)
addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit)
addModule(qtwebkit-examples, qtwebkit qttools)