[SOLVED] Building 64 bit Qt with mingw-w64
Installation and Deployment
3
Posts
2
Posters
4.0k
Views
1
Watching
-
I need to build a 64 bit version of Qt and i would like to do it using mingw-w64 but I am not having success. I use the TDM distribution of mingw-w64 (http://tdm-gcc.tdragon.net/download) and this Qt (http://qt.nokia.com/downloads/windows-cpp-vs2008). When i try to configure it using configure -opensource -platform win32-g++ I get this error:
g++: error: unrecognized option '-static-libstdc++'
mingw32-make: *** [qmake.exe] Error 1
Building qmake failed, return code 2I really just need a 64 bit version of Qt and if there is another compiler that would work better i am okay with that.