[Qt-creator] cross platform compiling
Adam Higerd
ahigerd at timeips.com
Thu Nov 20 21:04:08 CET 2008
Jonas Van der Aa wrote:
> I have it, but the project's makefiles are windows makefiles.
> I just want an option in Qt Creator to generate the current platforms
> makefiles.
That's not really cross-compilation. Furthermore that's a limitation of
qmake, not Qt Creator; qmake can only output makefiles for the current
platform unless you specifically build a cross-compiling version of
qmake (which is only supported for embedded). In general, Qt works best
if you compile on the target platform.
More information about the Qt-creator-old
mailing list