Hi there guys, Can a Qt program compiled on Linux run on windows without having to recompile it on Windows. The problem is that I am using Linux because its easier to install and use external libs on Linux than it is on Windows. The problem is that this program is meant to run on a windows platform when its done. So I was wondering if I have to recompile the program on Windows to get it to work there, because if that's the case, I am still going to face the same lib linking problems on windows when all is done. Is there a way to compile the program on Linux (i.e. Ubuntu) is such a way that the .exe file can just run on Window without any need to recompile it on Windows?