View Single Post
Posts: 109 | Thanked: 150 times | Joined on May 2012
#1
Hi
I would like to be able to link against the c++ classes behind QML Elements wrapping Qt Mobility.

I was thinking that i could try to compile the whole qtmobility 1.2.0, and then include those headers, and link against the compiled library.
But i dont know how to set up qmake in order to use the madde that ships with QtSDK. Does anybody know a link to a step-by-step tutorial to do that?

Alternately, is there any other approach to use (or rather create) qtmobility QML elements in C++?
I just need few stuff.. basically Coordinate, Polyline and a few other elements from QtMobility Location

thanks