From 4d2e81796dd44ac54b250d7412d73dc2a5080af3 Mon Sep 17 00:00:00 2001 From: sgrogan Date: Sat, 11 Jul 2015 12:55:51 -0400 Subject: [PATCH] [PATCH] Fix dependency on QtCored4 and icons --- src/Mod/Path/App/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/App/CMakeLists.txt b/src/Mod/Path/App/CMakeLists.txt index ee2882bc39..f082333b33 100644 --- a/src/Mod/Path/App/CMakeLists.txt +++ b/src/Mod/Path/App/CMakeLists.txt @@ -24,7 +24,6 @@ if(MSVC) set(Path_LIBS Robot ${QT_QTCORE_LIBRARY} - ${QT_QTCORE_LIBRARY_DEBUG} FreeCADApp ) else(MSVC)