diff --git a/cli/cppcheck.vcproj b/cli/cppcheck.vcproj index a3b8c656d..3e8bdb1d5 100755 --- a/cli/cppcheck.vcproj +++ b/cli/cppcheck.vcproj @@ -127,6 +127,7 @@ /> Level4 ProgramDatabase false + /MP %(AdditionalOptions) NDEBUG;WIN32;%(PreprocessorDefinitions) diff --git a/lib/lib.vcproj b/lib/lib.vcproj index 542ad7fff..e5cca8ae8 100644 --- a/lib/lib.vcproj +++ b/lib/lib.vcproj @@ -104,6 +104,7 @@ /> $(IntDir) Level4 ProgramDatabase + /MP %(AdditionalOptions) NDEBUG;WIN32;%(PreprocessorDefinitions) diff --git a/test/test.vcproj b/test/test.vcproj index 4e58c4e1b..edf3631f5 100755 --- a/test/test.vcproj +++ b/test/test.vcproj @@ -4,6 +4,7 @@ Version="9.00" Name="test" ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}" + RootNamespace="test" Keyword="Qt4VSv1.0" TargetFrameworkVersion="0" > @@ -125,6 +126,7 @@ /> $(IntDir) Level4 ProgramDatabase + /MP %(AdditionalOptions) QT_NO_DEBUG;NDEBUG;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;UNIT_TESTING;%(PreprocessorDefinitions)