I am using "Qt Creator 2.3.0 ,Based on Qt 4.7.4 (32 bit)"
I developed a GUI program which executes correctly in windows now i want to get its executable, to run in linux. Please tell me how can i do that?
I am using "Qt Creator 2.3.0 ,Based on Qt 4.7.4 (32 bit)"
I developed a GUI program which executes correctly in windows now i want to get its executable, to run in linux. Please tell me how can i do that?
You can't.
Anticipating your next question, you need to build the source on the Linux machine to get a Linux executable.
Anticipating the question after that, you need to fix all the things you have done in your program that are Windows specific.
Bookmarks