装了qcreator觉得配置很难总失败就放弃了,使用命令行编译还是出现问题,问题如下:
如果能解决的话就真的太感谢了!要是能用IDE之类的(能调试)就更好了
D:\Windows\_Projects\QT_Projects>qmake
D:\Windows\_Projects\QT_Projects>make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `D:/Windows/_Projects/QT_Projects'
g++ -c -pipe -fno-keep-inline-dllexport -g -frtti -fexceptions -mthreads -Wall -
Wextra -DUNICODE -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_SSE
-DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\..\..\Qt\4.8.6\includ
e\QtCore" -I"..\..\..\Qt\4.8.6\include\QtGui" -I"..\..\..\Qt\4.8.6\include" -I".
" -I"..\..\..\Qt\4.8.6\include\ActiveQt" -I"debug" -I"..\..\..\Qt\4.8.6\mkspecs\
default" -o debug\main.o main.cpp
cc1plus.exe: error: unrecognized command line option "-fno-keep-inline-dllexport
"
mingw32-make[1]: *** [debug/main.o] Error 1
mingw32-make[1]: Leaving directory `D:/Windows/_Projects/QT_Projects'
mingw32-make: *** [debug] Error 2
------解决思路----------------------
感觉是你的mingw 版本太低了,还有 make 是怎么回事?
VC 的 是 nmake
mingw 的是 mingw32-make