View Single Post
Posts: 724 | Thanked: 1,255 times | Joined on Nov 2007 @ Cambridge, UK
#27
Originally Posted by mikecomputing View Post
I want QtMobility 1.1 it is in extras-devel but I dont have a clue how the hell I make scratchbox/qtcreator compile with that version instead of old 1.0.2 version :-( I guess we need nokias support there :-(

Reason is cause I want to test the new camera and service framework implemented in 1.1.
scratchbox is quite simple, enable extras-devel if you haven't already in your /etc/apt/sources.list bring in qt and qtm experimental packages, then in your .pro files, instead of "CONFIG += mobility" add "CONFIG += mobility11", then profit.

Adding to Madde for Qt Creator is a bit more difficult as you have to manually install all the packages using mad-admin xdpkg -i (I've not tested this so it may even break things) then you'll need to add a new target in your Qt Creator Qt settings using the new qmake for those development libraries (I think).
 

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