What could be the reason that my QML/C++ app will not display anything after deploying it with windeployqt?
The app displays normally on task manager, and throws no errors.
What could be the reason that my QML/C++ app will not display anything after deploying it with windeployqt?
The app displays normally on task manager, and throws no errors.
The solution to this was to simply copy all files from your
<qtversion>/<comp_verson>/plugins
<qtversion>/<comp_verson>/bin
<qtversion>/<comp_verson>/qml
to where you executable is, and then while having your app open deleting everything. What it is used, and therefore needed will stay.