summaryrefslogtreecommitdiffstats
path: root/kdecore
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 /kdecore
parentaad1d85a5e8032a7da40d301f13b615a24bfcf28 (diff)
downloadtdelibs-c19a10f20f5162ed151cef4bb6c826a91a282886.tar.gz
tdelibs-c19a10f20f5162ed151cef4bb6c826a91a282886.zip
Fix tdecore directories of linked libraries
(cherry picked from commit 62ac96e110e21c0289e890b6e2a824b61d5cb055)
Diffstat (limited to 'kdecore')
-rw-r--r--kdecore/CMakeLists.txt4
-rw-r--r--kdecore/kconfig_compiler/CMakeLists.txt2
2 files changed, 2 insertions, 4 deletions
diff --git a/kdecore/CMakeLists.txt b/kdecore/CMakeLists.txt
index 0ea89a3da..28b74c52d 100644
--- a/kdecore/CMakeLists.txt
+++ b/kdecore/CMakeLists.txt
@@ -35,9 +35,7 @@ include_directories(
)
link_directories(
- ${TQT_LIBRARY_DIRS}
- ${LIBIDN_LIBRARY_DIRS}
- ${LIBART_LIBRARY_DIRS}
+ ${TDECORE_LIBRARY_DIRS}
)
diff --git a/kdecore/kconfig_compiler/CMakeLists.txt b/kdecore/kconfig_compiler/CMakeLists.txt
index d256d21c3..bb0b97c2c 100644
--- a/kdecore/kconfig_compiler/CMakeLists.txt
+++ b/kdecore/kconfig_compiler/CMakeLists.txt
@@ -16,7 +16,7 @@ include_directories(
)
link_directories(
- ${TQT_LIBRARY_DIRS}
+ ${TDECORE_LIBRARY_DIRS}
)