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 | |
parent | 4a1137459ad32950bdfa0a51f6278cd802ca2cf6 (diff) | |
download | tdebase-9f749e63a93d1b6cd42c3e1136e0e6f63a742708.tar.gz tdebase-9f749e63a93d1b6cd42c3e1136e0e6f63a742708.zip |
Fix FTBFS due to libart location
-rw-r--r-- | kcontrol/background/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kcontrol/icons/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kcontrol/kicker/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kcontrol/tdm/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kdesktop/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdm/kfrontend/CMakeLists.txt | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/kcontrol/background/CMakeLists.txt b/kcontrol/background/CMakeLists.txt index d45c31f19..7996f58a6 100644 --- a/kcontrol/background/CMakeLists.txt +++ b/kcontrol/background/CMakeLists.txt @@ -23,6 +23,7 @@ if( BUILD_KCONTROL OR BUILD_KDESKTOP OR BUILD_TDM ) link_directories( ${TQT_LIBRARY_DIRS} + ${LIBART_LIBRARY_DIRS} ) ##### bgnd (static) ############################# diff --git a/kcontrol/icons/CMakeLists.txt b/kcontrol/icons/CMakeLists.txt index 0961b6d62..a8c434f9b 100644 --- a/kcontrol/icons/CMakeLists.txt +++ b/kcontrol/icons/CMakeLists.txt @@ -19,6 +19,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${LIBART_LIBRARY_DIRS} ) ##### other data ################################ diff --git a/kcontrol/kicker/CMakeLists.txt b/kcontrol/kicker/CMakeLists.txt index 648df7c2a..63c5e07ed 100644 --- a/kcontrol/kicker/CMakeLists.txt +++ b/kcontrol/kicker/CMakeLists.txt @@ -22,6 +22,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${LIBART_LIBRARY_DIRS} ) ##### other data ################################ diff --git a/kcontrol/tdm/CMakeLists.txt b/kcontrol/tdm/CMakeLists.txt index 004282250..d325f8287 100644 --- a/kcontrol/tdm/CMakeLists.txt +++ b/kcontrol/tdm/CMakeLists.txt @@ -19,6 +19,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${LIBART_LIBRARY_DIRS} ) ##### other data ################################ 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} ) diff --git a/tdm/kfrontend/CMakeLists.txt b/tdm/kfrontend/CMakeLists.txt index 092e68b78..8c0fffd5c 100644 --- a/tdm/kfrontend/CMakeLists.txt +++ b/tdm/kfrontend/CMakeLists.txt @@ -26,6 +26,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${LIBART_LIBRARY_DIRS} ) |