From 62ac96e110e21c0289e890b6e2a824b61d5cb055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 21 Jan 2014 09:42:10 +0100 Subject: Fix tdecore directories of linked libraries --- tdecore/CMakeLists.txt | 5 +---- tdecore/tdeconfig_compiler/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'tdecore') diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index 87e59ec44..5133be82e 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -37,10 +37,7 @@ include_directories( ) link_directories( - ${TQT_LIBRARY_DIRS} - ${LIBIDN_LIBRARY_DIRS} - ${GAMIN_LIBDIR} - ${LIBART_LIBRARY_DIRS} + ${TDECORE_LIBRARY_DIRS} ) ##### headers ################################### diff --git a/tdecore/tdeconfig_compiler/CMakeLists.txt b/tdecore/tdeconfig_compiler/CMakeLists.txt index a4f24c43e..3da974a53 100644 --- a/tdecore/tdeconfig_compiler/CMakeLists.txt +++ b/tdecore/tdeconfig_compiler/CMakeLists.txt @@ -16,7 +16,7 @@ include_directories( ) link_directories( - ${TQT_LIBRARY_DIRS} + ${TDECORE_LIBRARY_DIRS} ) -- cgit v1.2.1