View Single Post
Posts: 9 | Thanked: 8 times | Joined on May 2012 @ Finland
#13
I have tried pointing the imports to the right place:

Code:
export  QML_IMPORT_PATH=/opt/qt5/imports
This still does not work but at least I get a different error.

Code:
file:///opt/helloqt5/qml/helloqt5/main.qml:2:1: plugin cannot be loaded for module "com.nokia.meego": Unknown error 
     import com.nokia.meego 1.1
So seems to find it but not like it. I wonder if they have a different version number for the qt5 components? How do I find out?

I may try also QtQuick 2 see if that changes anything.