Hi

Does somebody know if it is possible to determine which target architecture is used in the qmake project file?
To clarify: I don't want to determine the architecture of the operating system used when building the application, I need the target architecture of the executables/libraries to be built.
I'm using Qt 5 and GCC (as compiler on Linux) and mingw (as compiler on Windows).

I already read the qmake Variable Reference (http://qt-project.org/doc/qt-5.0/qtd...reference.html) but found nothing useful. The only useful variables I found "have only an effect on Mac OS X".