[Qt-interest] cross platform

Stephen Bryant steve at bawue.de
Fri Oct 9 12:17:59 CEST 2009


Hi...

> Also, you have to explicitely specify Library libQtCore.a [...]

Only if you explicitly want to statically link Qt.  It's more likely he'll 
want to add '-lQtCore' to the linker flags.


> The bit width is not dependent on the operating system but from the used
> processor architecture:

I know what you mean, but that's actually not quite correct.  Consider a 32-
bit Linux installation on an x86_64 machine.  To all intents and purposes, 
you're running 32-bit, just as if you were running on ia32.

Steve



More information about the Qt-interest-old mailing list