diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-01-21 09:42:10 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-21 09:42:10 +0100 |
commit | 62ac96e110e21c0289e890b6e2a824b61d5cb055 (patch) | |
tree | 3c99571168c736eb72060c63940b27a121a25134 /tdecore/CMakeLists.txt | |
parent | 8151a7080181fe5b79fb3ce5dfd2dc2830f15b17 (diff) | |
download | tdelibs-62ac96e110e21c0289e890b6e2a824b61d5cb055.tar.gz tdelibs-62ac96e110e21c0289e890b6e2a824b61d5cb055.zip |
Fix tdecore directories of linked libraries
Diffstat (limited to 'tdecore/CMakeLists.txt')
-rw-r--r-- | tdecore/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 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 ################################### |