Thread
:
QtCreator - difference between "Maemo" and "Simulator"
View Single Post
MohammadAG
2011-04-03 , 21:23
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#
4
IMO, the simulator is the worst part in the SDK, I'd rather test in scratchbox than use it.
./Maemo/4.6.2/sysroots/fremantle-arm-sysroot-20.2010.36-2-slim/opt/qtm12/include/QtGallery/qdocumentgallery.h
qdocumentgallery.h seems to be part of mobility 1.2 (or 1.1, but I don't have that installed atm)
In both cases, you need to use different lines in the .pro file
Here's what I'm using in my BT Messenger project:
Code:
maemo5 { CONFIG += mobility12 } else { CONFIG += mobility } MOBILITY = connectivity
Quote & Reply
|
The Following User Says Thank You to MohammadAG For This Useful Post:
nicolai
MohammadAG
View Public Profile
Send a private message to MohammadAG
Find all posts by MohammadAG