Can the community create and release a PR 1.4 to Extras dev? Think I will start working on it.
What should we include?
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.
front camera is useless as well as there is no 3g call..
Well, I wouldn't say that! Skype video call doesn't work without the front cam! I use it often as my GF works abroad alot (No, not for that) I would say the front camera is extremely useful.
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).