summaryrefslogtreecommitdiffstats
path: root/kded
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-01-21 09:42:10 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:37 +0100
commitc19a10f20f5162ed151cef4bb6c826a91a282886 (patch)
treecc9f36e596323c20c7c31fa2d3c7a1f0afcb68f2 /kded
parentaad1d85a5e8032a7da40d301f13b615a24bfcf28 (diff)
downloadtdelibs-c19a10f20f5162ed151cef4bb6c826a91a282886.tar.gz
tdelibs-c19a10f20f5162ed151cef4bb6c826a91a282886.zip
Fix tdecore directories of linked libraries
(cherry picked from commit 62ac96e110e21c0289e890b6e2a824b61d5cb055)
Diffstat (limited to 'kded')
-rw-r--r--kded/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt
index aa466d999..67b9390e7 100644
--- a/kded/CMakeLists.txt
+++ b/kded/CMakeLists.txt
@@ -23,7 +23,7 @@ include_directories(
)
link_directories(
- ${TQT_LIBRARY_DIRS}
+ ${TDECORE_LIBRARY_DIRS}
)