diff --git a/qt.pro b/qt.pro index abcc2be7..c10c7378 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) -!wince*:addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia) -!wince*:addModule(qtactiveqt, qtbase) -!wince*:addModule(qt3d, qtdeclarative) +addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia) +addModule(qtactiveqt, qtbase) +addModule(qt3d, qtdeclarative) addModule(qtjsondb, qtdeclarative) -!wince*:addModule(qtsystems, qtbase, qtdeclarative) -!wince*:addModule(qtlocation, qtbase, qtsystems qtmultimedia) +addModule(qtsystems, qtbase, qtdeclarative) +addModule(qtlocation, qtbase, qtsystems qtmultimedia) addModule(qtsensors, qtbase, qtdeclarative) addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative) addModule(qtfeedback, qtdeclarative, qtmultimedia) -!wince*:addModule(qtpim, qtdeclarative) +addModule(qtpim, qtdeclarative) addModule(qtwebkit, qtdeclarative, qtlocation qtmultimedia qtsensors, WebKit.pro) addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit) addModule(qtwebkit-examples, qtwebkit qttools)