summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-01-20 18:15:24 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-01-20 18:15:24 +0100
commitb666d5a3c2f225f25890198289a43c74ab88ed84 (patch)
treedf963804f5415d2b06bc802159155978fb095a8c /kicker
parentf77994ca5eda6fc12158a7162f98e4068e76a8a1 (diff)
downloadtdebase-b666d5a3c2f225f25890198289a43c74ab88ed84.tar.gz
tdebase-b666d5a3c2f225f25890198289a43c74ab88ed84.zip
Fix dbus-tqt-1 link directory
Diffstat (limited to 'kicker')
-rw-r--r--kicker/applets/launcher/CMakeLists.txt1
-rw-r--r--kicker/kicker/CMakeLists.txt5
-rw-r--r--kicker/taskmanager/CMakeLists.txt1
3 files changed, 6 insertions, 1 deletions
diff --git a/kicker/applets/launcher/CMakeLists.txt b/kicker/applets/launcher/CMakeLists.txt
index 0cb4c36e6..7a81b31f7 100644
--- a/kicker/applets/launcher/CMakeLists.txt
+++ b/kicker/applets/launcher/CMakeLists.txt
@@ -21,6 +21,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/kicker/kicker/CMakeLists.txt b/kicker/kicker/CMakeLists.txt
index db2f54c97..97dc476a9 100644
--- a/kicker/kicker/CMakeLists.txt
+++ b/kicker/kicker/CMakeLists.txt
@@ -23,7 +23,10 @@ include_directories(
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS} )
-link_directories( ${TQT_LIBRARY_DIRS} )
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
+)
##### other data ################################
diff --git a/kicker/taskmanager/CMakeLists.txt b/kicker/taskmanager/CMakeLists.txt
index 852b6d52c..6e4a14f2c 100644
--- a/kicker/taskmanager/CMakeLists.txt
+++ b/kicker/taskmanager/CMakeLists.txt
@@ -38,6 +38,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)