Skip to content

Commit

Permalink
Projfiles: fix test project include paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmov authored and Daniel Marjamäki committed Feb 27, 2010
1 parent ce8afcf commit 7bab8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
Optimization="4"
AdditionalIncludeDirectories=""..\lib",".",..\..\..\..\Qt\2009.01\qt\mkspecs\win32-msvc2008"
AdditionalIncludeDirectories="..\lib"
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,UNIT_TESTING"
GeneratePreprocessedFile="0"
ExceptionHandling="1"
Expand Down Expand Up @@ -135,7 +135,7 @@
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
Optimization="2"
WholeProgramOptimization="true"
AdditionalIncludeDirectories=""..\lib",".",..\..\..\..\Qt\2009.01\qt\mkspecs\win32-msvc2008"
AdditionalIncludeDirectories="..\lib"
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,UNIT_TESTING,NDEBUG"
GeneratePreprocessedFile="0"
ExceptionHandling="1"
Expand Down

0 comments on commit 7bab8c3

Please sign in to comment.