Hello,
There was a bug in the logic to display this message, I reported it on the Bug Tracker (https://bugreports.qt.nokia.com/browse/QTMOBILITY-1922) some weeks ago and I think it has been fixed...
Type: Posts; User: habersaa; Keyword(s):
Hello,
There was a bug in the logic to display this message, I reported it on the Bug Tracker (https://bugreports.qt.nokia.com/browse/QTMOBILITY-1922) some weeks ago and I think it has been fixed...
Hello,
I have a question regarding the Licence for the Qt Location API, I hope it is the right place to ask.
In the NOKIA DEVELOPER SOFTWARE AGREEMENT 2.1 FOR LOCATION APIs, it is written:
...
Fixed!
The problem was a problem/bug in the project file, this code does NOT work:
debug {
LIBS += -LC:/QtSDK/QtMobility/lib -lQtLocationd
}
release {
LIBS += -LC:/QtSDK/QtMobility/lib...
Hello,
I have an application using the QLocation framework. It works well in Debug mode, however in Release mode the application fails to load the "geoservices" plugins and I get a debug output:
...
Hello,
I'm not sure if this post belongs to QtMobility or Qt, but I have a very strange crash inside the paint(...) function of a QGraphicsItem contained in a QGeoMapCustomObject. The crash...
Okay, then there is no QtMobility included for Desktop Qt :-( Well it is okay to compile it separately, it's just less practical.
It seems that nobody here can help me with my multi-map problem, I...
Hello,
I'm trying to use QtMobility to develop a map-based desktop application. The library seem to be very complete and to contain everything I need, it is really great! However I'm running into...