summaryrefslogtreecommitdiffstats
path: root/tdesu
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>2014-01-21 09:42:10 +0100
commit62ac96e110e21c0289e890b6e2a824b61d5cb055 (patch)
tree3c99571168c736eb72060c63940b27a121a25134 /tdesu
parent8151a7080181fe5b79fb3ce5dfd2dc2830f15b17 (diff)
downloadtdelibs-62ac96e110e21c0289e890b6e2a824b61d5cb055.tar.gz
tdelibs-62ac96e110e21c0289e890b6e2a824b61d5cb055.zip
Fix tdecore directories of linked libraries
Diffstat (limited to 'tdesu')
-rw-r--r--tdesu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/CMakeLists.txt b/tdesu/CMakeLists.txt
index 595157576..8dcf012bd 100644
--- a/tdesu/CMakeLists.txt
+++ b/tdesu/CMakeLists.txt
@@ -18,7 +18,7 @@ include_directories(
)
link_directories(
- ${TQT_LIBRARY_DIRS}
+ ${TDECORE_LIBRARY_DIRS}
)