-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
1.2.0
-
None
-
Simulator_Qt_for_MinGW_4_4, Qt 4.7.4 + Qt Mobility 1.2 with QtSDK 1.1.4
I am working on QtSDK 1.1.3 (C:\QtSDK), but for the development on NFC, I installed QtSDK 1.1.4. in another user account, with the folder name of C:\QtSDK1.1.4
I have run the poster NFC application (C:\QtSDK1.1.4\Examples\QtMobility\declarative-connectivity\poster) on Nokia Qt Simulator
But, I am getting the following error:
qrc:/poster.qml:42:1: module "QtMobility.connectivity" is not installed
The line of error is: "import QtMobility.connectivity 1.2"
Though it is mentioned in the QtSDK 1.1.4 release notes that QtMobility 1.2.0 will be preinstalled, I don't understand why i am
getting this error.
P.S:
I am able to find the connectivity dll's in C:\QtSDK1.1.4\Simulator\QtMobility\mingw\lib
The compilation output is as below:
Running build steps for project declarative-connectivity...
Starting: "c:\qtsdk1.1.4\simulator\qt\mingw\bin\qmake.exe" C:\QtSDK1.1.4\Examples\QtMobility\declarative-connectivity\declarative-connectivity.pro -r -spec win32-g++
Reading C:/QtSDK1.1.4/Examples/QtMobility/declarative-connectivity/poster/poster.pro [C:/QtSDK1.1.4/Examples/QtMobility/declarative-connectivity-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug/poster]
WARNING: c:\QtSDK1.1.4\Examples\QtMobility\declarative-connectivity\poster\poster.pro:1: Unable to find file for inclusion ..\..\mobility_examples.pri
WARNING: c:\QtSDK1.1.4\Examples\QtMobility\declarative-connectivity\poster\poster.pro:1: Unable to find file for inclusion ..\..\mobility_examples.pri
WARNING: c:\QtSDK1.1.4\Examples\QtMobility\declarative-connectivity\poster\poster.pro:1: Unable to find file for inclusion ..\..\mobility_examples.pri
The process "c:\qtsdk1.1.4\simulator\qt\mingw\bin\qmake.exe" exited normally.
And the Application output is as below:
Starting C:\QtSDK1.1.4\Examples\QtMobility\declarative-connectivity-build-simulator-Simulator_Qt_for_MinGW_4_4_Qt_SDK_Debug\poster\debug\qml_poster.exe...
qrc:/poster.qml:42:1: module "QtMobility.connectivity" is not installed
I have added the following lines to my .pro file, but still the error is repetitive:
CONFIG += mobility
MOBILITY += connectivity