aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)