In Qt-Creator, mac, i'm using a sample project from Qt-Creator and now i want to get .exe output of this project and run it on any Windows computer.
Asked
Active
Viewed 146 times
0
-
If you want to generate an executable for windows you must compile it in windows or do a crosscompiler (this second option can be complicated) – eyllanesc Apr 09 '19 at 13:21
-
2Possible duplicate of [Clang C++ Cross Compiler - Generating Windows Executable from Mac OS X](https://stackoverflow.com/questions/23248989/clang-c-cross-compiler-generating-windows-executable-from-mac-os-x) – Jens Apr 09 '19 at 16:05