From 39a480248cee07c6e1ccb47652851b8d9962901d Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 31 May 2017 20:38:46 +0200 Subject: [PATCH] Updated VS2013 project file. --- test/MUtilitiesTest_VS2013.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/MUtilitiesTest_VS2013.vcxproj b/test/MUtilitiesTest_VS2013.vcxproj index 80f8392..9c25bca 100644 --- a/test/MUtilitiesTest_VS2013.vcxproj +++ b/test/MUtilitiesTest_VS2013.vcxproj @@ -100,7 +100,7 @@ Console true $(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Debug\lib;$(SolutionDir)\..\Prerequisites\GoogleTest\lib\$(PlatformToolset)\Debug;%(AdditionalLibraryDirectories) - notelemetry.obj;gtestd.lib;QtCored4.lib;QtGuid4.lib;%(AdditionalDependencies) + gtestd.lib;QtCored4.lib;QtGuid4.lib;%(AdditionalDependencies) LinkVerboseLib @@ -127,7 +127,7 @@ true true $(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\lib;$(SolutionDir)\..\Prerequisites\GoogleTest\lib\$(PlatformToolset)\Shared;%(AdditionalLibraryDirectories) - notelemetry.obj;gtest.lib;QtCore4.lib;QtGui4.lib;%(AdditionalDependencies) + gtest.lib;QtCore4.lib;QtGui4.lib;%(AdditionalDependencies) LinkVerboseLib -- 2.11.4.GIT