Compile my app for linux
-
@Jeronimo The easiest way to compile for Linux is to compile on Linux. You could use a virtual machine to do so. In principal it should be possible to cross compile on Windows using MinGW (you cannot use Microsoft compiler), but this is, to my knowledge, very complicated. So, set up a virtual machine with Linux, install Qt there and build.