summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/CMakeLists.txt5
-rw-r--r--tdecore/tdeconfig_compiler/CMakeLists.txt2
2 files changed, 2 insertions, 5 deletions
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}
)