Executable for Linux while using Qt Creater on Windows 7
-
Hi
I am new to Qt. I have developed simple GUI using Qt creator on windows 7. But now i want to use the same GUI on Linux. I have gone through internet but could not find satisfactory answer. I know that i have to use cross compiler. But i do not know which cross compiler to use and how to use it. So how to build an .exe for linux from windows 7 platform??
Regards,
Digvijay -
Hi
I am new to Qt. I have developed simple GUI using Qt creator on windows 7. But now i want to use the same GUI on Linux. I have gone through internet but could not find satisfactory answer. I know that i have to use cross compiler. But i do not know which cross compiler to use and how to use it. So how to build an .exe for linux from windows 7 platform??
Regards,
DigvijayHi @Digvijay, welcome!
So how to build an .exe for linux from windows 7 platform?
The most easy way: Install a virtual machine containing the desired Linux, install Qt+Creator there and then compile your source for Linux.
Regards
-
Hi @Digvijay, welcome!
So how to build an .exe for linux from windows 7 platform?
The most easy way: Install a virtual machine containing the desired Linux, install Qt+Creator there and then compile your source for Linux.
Regards