Hello.
I am starting developing Android application with Qt 5.1 (SDK downloaded from qt-project.org).
I want to use Map component from QtMobility.location 1.2, as described in commnets in pro-file, I am added:
CONFIG += mobility
MOBILITY += location
And this is my main.qml file: https://github.com/39dotyt/android-qml-qt5-test/blob/master/qml/android-qt5-test2/main.qml
But, when I am trying to launch this application, I am receive error: “Module QtMobility.location not found”.
What am I doing wrong?
Also, when I am trying to use WebKit 3.0 and WebView, I am adding:
QT += webkit in pro-file,
but when compiling I am receive “No module found (webkit)” error.
↧