Hello,
I am on linux system and I try to compile my program for windows.
qmake -spec win32-g++ -o win32/
cd win32
make
And I have this error:
-I'/usr/share/qt4/mkspecs/win32-g++' -o release/main.o ../main.cpp
cc1plus: erreur: unrecognized command line option ‘-mthreads’
make[1]: *** [release/main.o] Erreur 1
Could you see where is the problem?
↧