View Single Post
MohammadAG's Avatar
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
 

The Following User Says Thank You to MohammadAG For This Useful Post: