Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.8.0-beta1
-
None
-
-
80c4a9b7855b8782d7dd67d416a86ddaf610a763
Description
I tried to build QTCreator (master branch revision c99fb5d) with an upcoming VS2017 on Winodws. It failed to build due to LINK : fatal error LNK1181:cannot open input file 'ClangCodeModel4.lib'
jom: D:\QTCreator\src\src\plugins\compilationdatabaseprojectmanager\Makefile.Release [..\..\..\lib\qtcreator\plugins\CompilationDatabaseProjectManager4.dll] Error 1181
jom: D:\QTCreator\src\src\plugins\compilationdatabaseprojectmanager\Makefile [release] Error 2
jom: D:\QTCreator\src\src\plugins\Makefile [sub-compilationdatabaseprojectmanager-make_first] Error 2.
Note: It seems that ClangCodeModel4.lib does not exist , could you please take a look?
Reproduce steps:
git clone [git://code.qt.io/qt-creator/qt-creator.git] D:\QTCreator\src
Open a VS 2017 x86 command prompt and browse to D:\QTCreator\src
qmake -r qtcreator.pro
jom
Actual result:
LINK : fatal error LNK1181: cannot open input file 'ClangCodeModel4.lib'
jom: D:\QTCreator\src\src\plugins\compilationdatabaseprojectmanager\Makefile.Release [..\..\..\lib\qtcreator\plugins\CompilationDatabaseProjectManager4.dll] Error 1181
jom: D:\QTCreator\src\src\plugins\compilationdatabaseprojectmanager\Makefile [release] Error 2
jom: D:\QTCreator\src\src\plugins\Makefile [sub-compilationdatabaseprojectmanager-make_first] Error 2