Updated VS9 solution with qmake (#4397).

This commit is contained in:
PKEuS 2012-12-13 20:38:10 +01:00
parent 4bb62fc8b2
commit c4821db796
2 changed files with 11 additions and 5 deletions

View File

@ -278,8 +278,6 @@
RelativePath="pathmatch.h" /> RelativePath="pathmatch.h" />
<File <File
RelativePath="..\lib\preprocessor.h" /> RelativePath="..\lib\preprocessor.h" />
<File
RelativePath="resource.h" />
<File <File
RelativePath="..\lib\settings.h" /> RelativePath="..\lib\settings.h" />
<File <File
@ -302,16 +300,18 @@
RelativePath="..\lib\tokenize.h" /> RelativePath="..\lib\tokenize.h" />
<File <File
RelativePath="..\lib\tokenlist.h" /> RelativePath="..\lib\tokenlist.h" />
<File
RelativePath="..\lib\version.h" />
</Filter> </Filter>
<Filter <Filter
Name="Generated Files" Name="Generated Files"
Filter="cpp;c;cxx;moc;h;def;odl;idl;res;" Filter="cpp;c;cxx;moc;h;def;odl;idl;res;"
UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}"> UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}">
<File <File
RelativePath="temp\cppcheck.res" /> RelativePath="temp\version.res" />
</Filter> </Filter>
<File <File
RelativePath="cppcheck.rc" /> RelativePath="version.rc" />
</Files> </Files>
<Globals> <Globals>
</Globals> </Globals>

View File

@ -115,7 +115,7 @@
Name="VCPreLinkEventTool" /> Name="VCPreLinkEventTool" />
<Tool <Tool
Name="VCResourceCompilerTool" Name="VCResourceCompilerTool"
PreprocessorDefinitions="_CONSOLE,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS" /> PreprocessorDefinitions="_CONSOLE,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,NDEBUG" />
</Configuration> </Configuration>
</Configurations> </Configurations>
<Files> <Files>
@ -223,8 +223,12 @@
RelativePath="testfilelister.cpp" /> RelativePath="testfilelister.cpp" />
<File <File
RelativePath="testincompletestatement.cpp" /> RelativePath="testincompletestatement.cpp" />
<File
RelativePath="testinternal.cpp" />
<File <File
RelativePath="testio.cpp" /> RelativePath="testio.cpp" />
<File
RelativePath="testleakautovar.cpp" />
<File <File
RelativePath="testmathlib.cpp" /> RelativePath="testmathlib.cpp" />
<File <File
@ -261,6 +265,8 @@
RelativePath="testsymboldatabase.cpp" /> RelativePath="testsymboldatabase.cpp" />
<File <File
RelativePath="testthreadexecutor.cpp" /> RelativePath="testthreadexecutor.cpp" />
<File
RelativePath="testtimer.cpp" />
<File <File
RelativePath="testtoken.cpp" /> RelativePath="testtoken.cpp" />
<File <File