Error starting with Qt Creator

I just downloaded and installed Qt Creator. I did not bother with PATH or other settings. But when I try to start a GUI GUI application project, it gives the following error:

cc1plus.exe:-1: error: error: unrecognized command line option "-fno-keep-inline-dllexport"

Conclusion:

Error creating / deploying ProjectFirst project (bundle: Qt 5.0.1 MinGW 32bit desktop) When performing the "Make" step

I do not understand why this is happening. I searched it online many times before asking, but I couldn’t find anything.

+5
source share
3 answers

I just found a problem on my other computer just like yours.

g++ --version, , g++ . 4.4. * (< = 4.7.2), , g++ . Perl, Qt.

g++ --version 4.7.2, g++ .

g++: - - PATH. .

g++ --version 4.7.2, .

+7

nmake, mingw32-make

0

, mingw32 ( ).

, , Mingw ( 4.7, qt).

0

All Articles