From b526f1c56697fcaf8a97d421798f77ed24d85226 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 5 Jun 2021 15:29:48 +0200 Subject: [PATCH] Fixed path to Qt libraries. --- MUtilities_VS2017.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MUtilities_VS2017.vcxproj b/MUtilities_VS2017.vcxproj index 8174502..edad498 100644 --- a/MUtilities_VS2017.vcxproj +++ b/MUtilities_VS2017.vcxproj @@ -176,7 +176,7 @@ Windows true - $(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Debug\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32 + $(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Debug\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32 QtCored4.lib;QtGuid4.lib;Winmm.lib;Psapi.lib;Sensapi.lib;PowrProf.lib;Shlwapi.lib;Version.lib;%(AdditionalDependencies) @@ -207,7 +207,7 @@ Windows true true - $(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32 + $(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Shared\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32 notelemetry.obj;QtCore4.lib;QtGui4.lib;Winmm.lib;Psapi.lib;Sensapi.lib;PowrProf.lib;Shlwapi.lib;Version.lib;%(AdditionalDependencies) false LinkVerboseLib