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"
|
GeneratePreprocessedFile="0"
|
||||||
ObjectFile="temp\"
|
ObjectFile="temp\"
|
||||||
Optimization ="2"
|
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=".\"
|
ProgramDataBaseFileName=".\"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
RuntimeTypeInfo="true"
|
RuntimeTypeInfo="true"
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT"/>
|
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<Files>
|
<Files>
|
||||||
|
@ -149,6 +149,8 @@
|
||||||
RelativePath="cppcheckexecutor.cpp"/>
|
RelativePath="cppcheckexecutor.cpp"/>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\errorlogger.cpp"/>
|
RelativePath="..\lib\errorlogger.cpp"/>
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\executionpath.cpp"/>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\filelister.cpp"/>
|
RelativePath="..\lib\filelister.cpp"/>
|
||||||
<File
|
<File
|
||||||
|
@ -200,6 +202,8 @@
|
||||||
RelativePath="cppcheckexecutor.cpp"/>
|
RelativePath="cppcheckexecutor.cpp"/>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\errorlogger.h"/>
|
RelativePath="..\lib\errorlogger.h"/>
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\executionpath.h"/>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\filelister.h"/>
|
RelativePath="..\lib\filelister.h"/>
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -147,6 +147,8 @@
|
||||||
RelativePath="..\lib\cppcheck.cpp"/>
|
RelativePath="..\lib\cppcheck.cpp"/>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\errorlogger.cpp"/>
|
RelativePath="..\lib\errorlogger.cpp"/>
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\executionpath.cpp"/>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\filelister.cpp"/>
|
RelativePath="..\lib\filelister.cpp"/>
|
||||||
<File
|
<File
|
||||||
|
@ -242,6 +244,8 @@
|
||||||
RelativePath="..\lib\cppcheck.h"/>
|
RelativePath="..\lib\cppcheck.h"/>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\errorlogger.h"/>
|
RelativePath="..\lib\errorlogger.h"/>
|
||||||
|
<File
|
||||||
|
RelativePath="..\lib\executionpath.h"/>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lib\filelister.h"/>
|
RelativePath="..\lib\filelister.h"/>
|
||||||
<File
|
<File
|
||||||
|
|
Loading…
Reference in New Issue