Hello,
I ve installed QT Creator in OpenSUSE Linux distro, Can i know if it is possible to create ".exe" of QT program which is perfectly executing in Linux.
If so kindly mention the procedure to create .exe in Linux.
Thank U
Hello,
I ve installed QT Creator in OpenSUSE Linux distro, Can i know if it is possible to create ".exe" of QT program which is perfectly executing in Linux.
If so kindly mention the procedure to create .exe in Linux.
Thank U
I understand that you have a Qt application, and you are able to compile it on OpenSuse using QtCreator, and you want to create a windows binary of the same application on OpenSuse.
The most hassle free method of doing this is to install the Qt SDK (and QtCreator, if need be) and compile your code on a windows machine.
If not, take a look at http://silmor.de/29.
jrh
UPDATE: in response to your comment:
in that case you need to cross compile your code on linux for windows. (you obviously know this, as you have tagged your question well).
This should be all.
jrh