Fixed #1101 (link error with latest git in Visual Studio)
This commit is contained in:
parent
2c2d68a7ef
commit
b3a055e20a
|
@ -81,7 +81,7 @@
|
|||
GeneratePreprocessedFile="0"
|
||||
ObjectFile="temp\"
|
||||
Optimization ="2"
|
||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"
|
||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG,NDEBUG"
|
||||
ProgramDataBaseFileName=".\"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="true"
|
||||
|
@ -115,7 +115,7 @@
|
|||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT"/>
|
||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
@ -149,6 +149,8 @@
|
|||
RelativePath="cppcheckexecutor.cpp"/>
|
||||
<File
|
||||
RelativePath="..\lib\errorlogger.cpp"/>
|
||||
<File
|
||||
RelativePath="..\lib\executionpath.cpp"/>
|
||||
<File
|
||||
RelativePath="..\lib\filelister.cpp"/>
|
||||
<File
|
||||
|
@ -200,6 +202,8 @@
|
|||
RelativePath="cppcheckexecutor.cpp"/>
|
||||
<File
|
||||
RelativePath="..\lib\errorlogger.h"/>
|
||||
<File
|
||||
RelativePath="..\lib\executionpath.h"/>
|
||||
<File
|
||||
RelativePath="..\lib\filelister.h"/>
|
||||
<File
|
||||
|
|
|
@ -147,6 +147,8 @@
|
|||
RelativePath="..\lib\cppcheck.cpp"/>
|
||||
<File
|
||||
RelativePath="..\lib\errorlogger.cpp"/>
|
||||
<File
|
||||
RelativePath="..\lib\executionpath.cpp"/>
|
||||
<File
|
||||
RelativePath="..\lib\filelister.cpp"/>
|
||||
<File
|
||||
|
@ -242,6 +244,8 @@
|
|||
RelativePath="..\lib\cppcheck.h"/>
|
||||
<File
|
||||
RelativePath="..\lib\errorlogger.h"/>
|
||||
<File
|
||||
RelativePath="..\lib\executionpath.h"/>
|
||||
<File
|
||||
RelativePath="..\lib\filelister.h"/>
|
||||
<File
|
||||
|
|
Loading…
Reference in New Issue