qml app does not run without any error and but does run in <qtVersion>\mingw\bin
-
Hello, my qml app does not show anything without qtcreator
i copied my qml exe file to C:\Qt\5.15.0\mingw81_64\bin and everything works fine
i have read below page:
https://forum.qt.io/topic/23957/solved-exe-file-does-not-run-without-qtcreator-qt-5-0-1-and-qtquick-2-0i used command prompt for :
windeployqt.exe "MyApp.exe"
command propmpt result:
and now my app folder is:
i think there is a problem in the platforms folder but i can't find that
thanks for any help (: -
You need to tell the tool where your QML files are so that it can deploy the required dependencies.
It's explained in the documentation.
-
Hi,
From the looks of it, you did not use the
--qmldir
parameter to point to your qml sources. Therefore the related resources are not deployed. -
You need to tell the tool where your QML files are so that it can deploy the required dependencies.
It's explained in the documentation.