Details
Description
I have "gcc version 4.6.2 (GCC)" installed in E:/mingw32/ (no custom build, using msi installer from mingw32 project).
qbs-setup-toolchains --detect:
...
Architecture of compiler for platform 'mingw32' at 'E:/mingw32/bin/gcc.exe' not understood.
E:\mingw32\bin>gcc -dumpmachine
mingw32
I have a quick look, qbs expects triplet there, so who's wrong?