View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#5
Originally Posted by hqh View Post
Nice job, it's good to know that someone is working on bringing the latest Qt fixes and features to Maemo

I guess something like
Code:
maemo5 {
        CONFIG += mobility11
} else {
        CONFIG += mobility
}
has to be used with these in the project file?
Oops, yes, forgot to mention that - one of the key aspects of this is to make it non-destructive with regard to the original firmware and packages that might be upgraded via the SSU, so yes, you need to use the proper CONFIG keyword - mobility11 as you said.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post: