Thread
:
Nokia rolls out Qt SDK for unified mobile developer experience
View Single Post
Larswad
2010-04-29 , 12:48
Posts: 385 | Thanked: 426 times | Joined on Dec 2009 @ Gothenburg, Sweden
#
57
Thanks, this actually helped and gives a better understanding of what I should expect. Then its just a matter of being patient.
So then I guess it's just a detail: As I mentioned when I compiled my app. using the "Qt for Fremantle PR1.2 Devices (Qt SDK Beta)" version and had a call to the static method QMaemo5InformationBox::information() I managed to compile, but not with linking for some reason. Is there a separate lib I have to add for that one with QT+=xxx, or something. Because I mean as you said that one should be supported for that Qt Version (to build at least).
If I look at the docs it looks like QtGui module...but isnt that by default? (Note I can compile because I include the #include <Qt/QtMaemo5> header). I have opened the file, and the method is declared.
EDIT: Ehm, never mind. This is funny, I just took a shot (didn't know it actually existed as a lib) and added 'QT+=maemo5' in the qmake additional args, and, what the hell it actually linked. Nice...but did I do the right thing?
Last edited by Larswad; 2010-04-29 at
12:58
.
Quote & Reply
|
The Following User Says Thank You to Larswad For This Useful Post:
pelago
Larswad
View Public Profile
Send a private message to Larswad
Find all posts by Larswad