windeployqt: not a Qt exe
-
Hi,
I have a Qt project with a GUI app and also a non Qt app (a service). When proceeding with the deployment, it says that my service is a non Qt app. How can I manage to get it copied to the final tree ?Thanks
-
Hi,
Windeployqt will not know what to do with that non-Qt app since it's designed to deploy Qt app. In your case you should write a small script that calls windeployqt and copies that second binary where it should go.
-
Ok thank you
-