QML preview of a cross compiled binary
Unsolved
QML and Qt Quick
-
Hi,
I have a installed a SDK on my Ubuntu which is configured for a project in my QT creator. The binary is built for the target machine.
- Would it possible for me to see the QML UI on my Ubuntu without actually running on the target?
- I tried QML preview but it throws the following error.
11:01:06: Failed to start program. Path or permissions wrong? 11:01:06: The process failed to start. Either the invoked program "/home/James/work/*/*/*/Mybin" is missing, or you may have insufficient permissions to invoke the program.
I also have another error - When I choose a *.qml file and right click and select open with Qt Quick designer, I get the error "QML module not found". How do I fix this? This is strange because the build is successfull.