View Single Post
Posts: 15 | Thanked: 8 times | Joined on May 2010 @ Finland
#6
You need to use the libqt4-maemo5 packages from extras-devel to run your code on the device until the firmware update is out. The homescreen examples don't work with the QT version that is in extras(4.5).

Follow these steps:
1. add extras-devel repository in scratchbox:
Code:
echo "deb http://repository.maemo.org/extras-devel fremantle free non-free" >/etc/apt/sources.list
2. Install QT4.6 libraries from extras-devel:
Code:
fakeroot apt-get install libqt4-maemo5-dev qt4-maemo5 homescreen-loader
3. Use the correct qmake binary with your project:
Code:
/opt/qt4-maemo5/bin/qmake
This is not necessary once the next firmware update is out, has the correct QT version by default. I don't really know how to use those with Qt Creator, I'm running compilation in the console.

HTH.

Last edited by jkyro; 2010-05-10 at 20:55.
 

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