View Single Post
Posts: 9 | Thanked: 8 times | Joined on May 2012 @ Finland
#11
Was able to transfer the qml directory and executable to my device. Just copied them there as have not figured howto package yet.

The initial attempt at running failed. It could not find the qt5 libraries. These have not been added to the ld cache when the qt5 packages were installed.

I got around this with

Code:
export LD_LIBRARY_PATH=/opt/qt5/lib/
The program then ran but just a blank screen and status bar. It cannot find the meego components for QML.

Code:
file:///opt/helloqt5/qml/helloqt5/main.qml:2:1: module "com.nokia.meego" is not installed 
     import com.nokia.meego 1.1 
     ^
This is probably the same issue with the libraries and I will have to point it at the qt5 QML MODULES.

Do not know how yet but I am sure google will help.
 

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