From: LoRd_MuldeR Date: Sun, 5 Apr 2015 14:02:04 +0000 (+0200) Subject: Make Qt library path point to proper sub-dir in "Prerequisites" directory. X-Git-Tag: v1.02~1 X-Git-Url: http://git.osdn.net/view?p=mutilities%2FMUtilities.git;a=commitdiff_plain;h=cae1c13113b19df82db48d5309f97a79dd650fdf Make Qt library path point to proper sub-dir in "Prerequisites" directory. --- diff --git a/MUtilities_VS2013.vcxproj b/MUtilities_VS2013.vcxproj index 02f7fe4..4098ef8 100644 --- a/MUtilities_VS2013.vcxproj +++ b/MUtilities_VS2013.vcxproj @@ -162,7 +162,7 @@ Windows true - $(QTDIR)\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32 + $(SolutionDir)\..\Prerequisites\Qt4\MSVC-2013\Debug\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32 QtCored4.lib;QtGuid4.lib;Winmm.lib;Psapi.lib;Sensapi.lib;PowrProf.lib;%(AdditionalDependencies) @@ -191,7 +191,7 @@ Windows true true - $(QTDIR)\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32 + $(SolutionDir)\..\Prerequisites\Qt4\MSVC-2013\Shared\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32 QtCore4.lib;QtGui4.lib;Winmm.lib;Psapi.lib;Sensapi.lib;PowrProf.lib;%(AdditionalDependencies) false