当前位置: 代码迷 >> QT开发 >> WIN7,QT编译时make的有关问题
  详细解决方案

WIN7,QT编译时make的有关问题

热度:144   发布时间:2016-04-25 03:11:55.0
WIN7,QT编译时make的问题
装了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
  相关解决方案