diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-08-01 18:04:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-01 18:04:49 +0200 |
commit | 9f749e63a93d1b6cd42c3e1136e0e6f63a742708 (patch) | |
tree | 0444072444659e25cc2df81e3baa463da672e54c /kdesktop/CMakeLists.txt | |
parent | 4a1137459ad32950bdfa0a51f6278cd802ca2cf6 (diff) | |
download | tdebase-9f749e63a93d1b6cd42c3e1136e0e6f63a742708.tar.gz tdebase-9f749e63a93d1b6cd42c3e1136e0e6f63a742708.zip |
Fix FTBFS due to libart location
Diffstat (limited to 'kdesktop/CMakeLists.txt')
-rw-r--r-- | kdesktop/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdesktop/CMakeLists.txt b/kdesktop/CMakeLists.txt index 2f88769d2..0acb0a48a 100644 --- a/kdesktop/CMakeLists.txt +++ b/kdesktop/CMakeLists.txt @@ -36,6 +36,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${LIBART_LIBRARY_DIRS} ) |