From cf317fcd24c42890584c8446e6333fac6f0aca56 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 5 Feb 2018 10:41:05 +0000 Subject: [PATCH] Fix pyside compilation when present on windows --- qrenderdoc/qrenderdoc_local.vcxproj | 70 ++++++++++++++--------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/qrenderdoc/qrenderdoc_local.vcxproj b/qrenderdoc/qrenderdoc_local.vcxproj index 5def646fd..81caccae8 100644 --- a/qrenderdoc/qrenderdoc_local.vcxproj +++ b/qrenderdoc/qrenderdoc_local.vcxproj @@ -128,41 +128,41 @@ python36.lib;qtmaind.lib;Qt5Widgetsd.lib;Qt5Guid.lib;Qt5Cored.lib;Qt5Svgd.lib;shell32.lib - - - PYSIDE2_ENABLED=1;%(PreprocessorDefinitions) - - - shiboken2.lib;%(AdditionalDependencies) - - - - - PYSIDE2_ENABLED=0;%(PreprocessorDefinitions) - - - - - Disabled - - - - - Disabled - - - - - MaxSpeed - Default - true - true - - - true - true - - + + + + PYSIDE2_ENABLED=1;%(PreprocessorDefinitions) + + + shiboken2.lib;%(AdditionalDependencies) + + + + + PYSIDE2_ENABLED=0;%(PreprocessorDefinitions) + + + + + Disabled + + + + + Disabled + + + + + MaxSpeed + Default + true + true + + + true + true +