所以我安装了QT,我已经安装了Visual Studio 2015和2017
这是错误:
C:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST:embed /OUT:debug\test.exe @C:\Users\pc\AppData\Local\Temp\test.exe.3864.0.jom
'link' is not recognized as an internal or external command,
operable program or batch file.
jom: C:\Users\pc\Desktop\QT\build-test-Desktop_Qt_5_9_1_MSVC2013_64bit-Debug\Makefile.Debug [debug\test.exe] Error 1
jom: C:\Users\pc\Desktop\QT\build-test-Desktop_Qt_5_9_1_MSVC2013_64bit-Debug\Makefile [debug] Error 2
18:25:04: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project test (kit: Desktop Qt 5.9.1 MSVC2013 64bit)
The kit Desktop Qt 5.9.1 MSVC2013 64bit has configuration issues which might be the root cause for this problem.
When executing step "Make"
这是我的环境kits QtVersion 5.9.1自动检测到MSVC2013,手动5.6.2 Compiler调试器和CMake为空。
我在Windows 7 enterprise 64bits上运行