先装的VS 2010,然后装的QT (QT是
http://qt-project.org/downloads 下的Qt 5.0.2 for Windows 32-bit (VS 2010, 485 MB) )
VS 2010是Express Edition
配置没怎么动过..进去建了个GUI工程然后直接CTR+R就不行
信息如下
12:45:33: Running steps for project Test1...12:45:33: Configuration unchanged, skipping qmake step.12:45:33: Starting: "D:\Qt\Qt5.0.2\Tools\QtCreator\bin\jom.exe" D:\Qt\Qt5.0.2\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -I"D:\Qt\Qt5.0.2\5.0.2\msvc2010\include" -I"D:\Qt\Qt5.0.2\5.0.2\msvc2010\include\QtWidgets" -I"D:\Qt\Qt5.0.2\5.0.2\msvc2010\include\QtGui" -I"D:\Qt\Qt5.0.2\5.0.2\msvc2010\include\QtCore" -I"debug" -I"." -I"." -I"d:\Qt\Qt5.0.2\5.0.2\msvc2010\mkspecs\win32-msvc2010" -Fodebug\ @C:\Users\LUCKYS~1\AppData\Local\Temp\main.obj.44664.141.jom
jom: C:\Users\LuckyStar\Desktop\build-Test1-Desktop_Qt_5_0_2_MSVC2010_32bit-Debug\Makefile.Debug [debug\main.obj] Error 2 cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -I"D:\Qt\Qt5.0.2\5.0.2\msvc2010\include" -I"D:\Qt\Qt5.0.2\5.0.2\msvc2010\include\QtWidgets" -I"D:\Qt\Qt5.0.2\5.0.2\msvc2010\include\QtGui" -I"D:\Qt\Qt5.0.2\5.0.2\msvc2010\include\QtCore" -I"debug" -I"." -I"." -I"d:\Qt\Qt5.0.2\5.0.2\msvc2010\mkspecs\win32-msvc2010" -Fodebug\ @C:\Users\LUCKYS~1\AppData\Local\Temp\mainwindow.obj.44664.156.jom
jom: C:\Users\LuckyStar\Desktop\build-Test1-Desktop_Qt_5_0_2_MSVC2010_32bit-Debug\Makefile.Debug [debug\mainwindow.obj] Error 2jom: C:\Users\LuckyStar\Desktop\build-Test1-Desktop_Qt_5_0_2_MSVC2010_32bit-Debug\Makefile [debug] Error 212:45:34: The process "D:\Qt\Qt5.0.2\Tools\QtCreator\bin\jom.exe" exited with code 2.Error while building/deploying project Test1 (kit: Desktop Qt 5.0.2 MSVC2010 32bit)When executing step 'Make'12:45:34: Elapsed time: 00:01.