From d870bd65b0de87316007f94f8415c6a0baf4f516 Mon Sep 17 00:00:00 2001 From: Bjoern Breitmeyer Date: Wed, 20 Aug 2014 14:03:02 +0200 Subject: Skip not supported modules on wince. Change-Id: I6ac73c759453813718c6d96c7d6cb27bcbf9815b Reviewed-by: Jani Heikkinen Reviewed-by: Friedemann Kleint --- qt.pro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'qt.pro') 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) -- cgit v1.2.3