The Following 35 Users Say Thank You to attila77 For This Useful Post: | ||
|
2010-12-29
, 11:03
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#3
|
Thats great, thanks alot!
What other packages of Qt are you working on? can we expect an updated qml or pyside?
The Following 3 Users Say Thank You to attila77 For This Useful Post: | ||
|
2010-12-29
, 11:19
|
Posts: 388 |
Thanked: 842 times |
Joined on Sep 2009
@ Finland
|
#4
|
maemo5 { CONFIG += mobility11 } else { CONFIG += mobility }
The Following 4 Users Say Thank You to hqh For This Useful Post: | ||
|
2010-12-29
, 11:27
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#5
|
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
has to be used with these in the project file?Code:maemo5 { CONFIG += mobility11 } else { CONFIG += mobility }
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
|
2010-12-30
, 00:27
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#7
|
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.
The Following User Says Thank You to Venemo For This Useful Post: | ||
|
2010-12-30
, 08:20
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#8
|
|
2010-12-30
, 09:38
|
Posts: 388 |
Thanked: 842 times |
Joined on Sep 2009
@ Finland
|
#9
|
The Following 4 Users Say Thank You to hqh For This Useful Post: | ||
|
2011-01-02
, 23:06
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#10
|
Tags |
extras-devel, qtmobility |
|
We have kickstarted a community 'compatibility program' with a little Forum Nokia help which will focus on bringing the latest Qt and related tech tools/fixes/updates to developers, without having to worry about Nokia release schedules and support status. The first component that is released as part of this effort is QtMobility 1.1 (as 1.0.2 is getting long in the tooth), currently available as libqtm-11-* in extras-devel. If/when a SSU is released with 1.1 as the official, these libraries will be replaced with placeholders that point to those 1.1 libs. The bleeding edge can always be attained with libqtm-experimental which will permanently remain in extras-devel (after we test 1.1 this will switch to 1.2, etc)
Install howto: http://wiki.forum.nokia.com/index.ph...ation_on_Maemo
Enjoy (and provide feedback/patches !)
EDIT: To use these packages you need do to CONFIG += mobility11 in your .pro file instead of just 'mobility' (as mobility will reference always the official one from the firmware).
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
Last edited by attila77; 2011-01-21 at 23:21.