Make an executable Qt application
-
I work on ubuntu, I want to make my application executable on windows , thanks :)
-
Hi,
You have two options:
Compile natively on Windows
Cross-compile using the mingw cross-compiler
IIRC, ubuntu provides theses cross-compiler. Note that you will also have to cross-complle Qt and your application dependencies.