Qtquick 2.0 is not installed in a software that ustilizes qml files developed by qtcreator
-
I am using qml examples developed by qt creator4.6 (which utilizes qtquick 2.0) to add applets in a touch pad used as a control panel in a driving simulator. The problem is that when running the qml file in the car simulator, the simulator software states that qtquick 2 is not installed and other packages also as multimedia arenot installed. Any idea what should be done to overcome this problem. Thanks in advance
-
Hi and welcome to devnet,
Might be a silly answer but ensure that all required frameworks are deployed on your target.
-
Thanks for your reply,
Actually i have followed the procedure of deployment described in the following link:
https://wiki.qt.io/Deploy_an_Application_on_Windows
however, i got the same error message. Do you have any idea where the problem could be? -
Use windeployqt especially the
-qmldir
option. Point it to where your qml files can be found.