Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions
If you want to build your project for linux on windows, I doubt that it's possible, but who knows (need to check gcc's command line arguments)?
But if you want to distribute sources of your application for building on linux, you can just run qmake on your development machine and distribute your project with makefiles that qmake generated. However, qmake makes some assumptions when generating makefiles, for example it's configured to use gcc as compiler by default, so if somebody tries to compile your project using generated makefiles, he might have to manually edit it if gcc is not installed. In this case the best way is to use 'configure' scripts, but I've never used them, so can't really help, sorry.
"Do be do be do", Frank Sinatra
Bookmarks