Deploy Qt to Windows on a Linux machine
Solved
General and Desktop
-
Feels like a silly question, but I'm struggling to find the answer online: Is it possible to deploy Qt apps to Windows if you did development on a Linux machine? It seems the answer should be "yes", but I can't seem to use windeployqt on my linux machine.
If it is possible, what additional resources do I need to do this?
-
Hi
You need to compile your app ON windows.
then you can use windeployqtYou cant directly from linux as it don't have the DLLS for windows versions.