Projfiles: Fix preprocessor definitions.
This commit is contained in:
parent
7bab8c3c03
commit
ae58f54230
|
@ -46,7 +46,7 @@
|
|||
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
|
||||
Optimization="4"
|
||||
AdditionalIncludeDirectories="..\lib"
|
||||
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT"
|
||||
PreprocessorDefinitions="_DEBUG;WIN32"
|
||||
GeneratePreprocessedFile="0"
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="3"
|
||||
|
@ -136,7 +136,7 @@
|
|||
Optimization="2"
|
||||
WholeProgramOptimization="true"
|
||||
AdditionalIncludeDirectories="..\lib"
|
||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,NDEBUG,NDEBUG"
|
||||
PreprocessorDefinitions="NDEBUG,WIN32"
|
||||
GeneratePreprocessedFile="0"
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
|
||||
Optimization="4"
|
||||
AdditionalIncludeDirectories="..\lib"
|
||||
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,UNIT_TESTING"
|
||||
PreprocessorDefinitions="_DEBUG,WIN32,UNIT_TESTING"
|
||||
GeneratePreprocessedFile="0"
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="3"
|
||||
|
@ -136,7 +136,7 @@
|
|||
Optimization="2"
|
||||
WholeProgramOptimization="true"
|
||||
AdditionalIncludeDirectories="..\lib"
|
||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,UNIT_TESTING,NDEBUG"
|
||||
PreprocessorDefinitions="NDEBUG,WIN32,UNIT_TESTING"
|
||||
GeneratePreprocessedFile="0"
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
|
|
Loading…
Reference in New Issue