View Single Post
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#23
I have now made the minimal changes to get helloqt5 to work with qt5 on harmattan. You can use this project to get started on converting your project for qt5:

https://github.com/harmattan/helloqt5

See README.md for detailed instructions.

The short version is:

- Install scratchbox
- Install community repositories to scratchbox
- apt-get update and Install qt5-* libraries to scratchbox
- qmake && dpkg-buildpackage in helloqt5 directory
- copy the debian installation file to device
- Install community repositories to device
- apt-get update and Install qt5-* libraries to device
- dpkg -i helloqt5*.deb to device
- Run like this: QML_IMPORT_PATH=/opt/qt5/imports LD_LIBRARY_PATH=/opt/qt5/lib /opt/helloqt5/bin/helloqt5
__________________
My N9/N950 projects:
 

The Following 4 Users Say Thank You to ajalkane For This Useful Post: