From b7240b74657042e08e5f845a496610d8885505f4 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)