Hi,

I've decided to use Qt Creator as a C++ IDE even for non-Qt projects. I'm coding it in the desktop pc, but I need to build the files on several different netbooks. I don't really know the reason, but the generated output executable file (using linux) in the desktop doesn't work on the netbooks. So I would like to just qmake/ make, in these netbooks to build the projects on them, without having to do it by hand using gcc, or creating myself a makefile, since qmake is pretty easy to code. Is it possible to do that?

Thanks in advance,
Luiz.