summaryrefslogtreecommitdiffstats
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
parentf77994ca5eda6fc12158a7162f98e4068e76a8a1 (diff)
downloadtdebase-b666d5a3c2f225f25890198289a43c74ab88ed84.tar.gz
tdebase-b666d5a3c2f225f25890198289a43c74ab88ed84.zip
Fix dbus-tqt-1 link directory
-rw-r--r--kcontrol/krdb/CMakeLists.txt1
-rw-r--r--khelpcenter/CMakeLists.txt1
-rw-r--r--khotkeys/kcontrol/CMakeLists.txt1
-rw-r--r--kicker/applets/launcher/CMakeLists.txt1
-rw-r--r--kicker/kicker/CMakeLists.txt5
-rw-r--r--kicker/taskmanager/CMakeLists.txt1
-rw-r--r--kreadconfig/CMakeLists.txt1
-rw-r--r--kstart/CMakeLists.txt1
-rw-r--r--nsplugins/CMakeLists.txt1
-rw-r--r--tdeinit/CMakeLists.txt1
-rw-r--r--tdeioslave/thumbnail/CMakeLists.txt1
-rw-r--r--tqt3integration/utils/CMakeLists.txt1
-rw-r--r--twin/clients/default/CMakeLists.txt1
-rw-r--r--twin/clients/redmond/CMakeLists.txt1
-rw-r--r--twin/data/CMakeLists.txt1
-rw-r--r--twin/lib/CMakeLists.txt1
16 files changed, 19 insertions, 1 deletions
diff --git a/kcontrol/krdb/CMakeLists.txt b/kcontrol/krdb/CMakeLists.txt
index 035505d98..eeba6f8ec 100644
--- a/kcontrol/krdb/CMakeLists.txt
+++ b/kcontrol/krdb/CMakeLists.txt
@@ -23,6 +23,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
##### other data ################################
diff --git a/khelpcenter/CMakeLists.txt b/khelpcenter/CMakeLists.txt
index 279ecd389..dc1165fe7 100644
--- a/khelpcenter/CMakeLists.txt
+++ b/khelpcenter/CMakeLists.txt
@@ -22,6 +22,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/khotkeys/kcontrol/CMakeLists.txt b/khotkeys/kcontrol/CMakeLists.txt
index 73f295447..1f56d5443 100644
--- a/khotkeys/kcontrol/CMakeLists.txt
+++ b/khotkeys/kcontrol/CMakeLists.txt
@@ -23,6 +23,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
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}
)
diff --git a/kreadconfig/CMakeLists.txt b/kreadconfig/CMakeLists.txt
index a8b2a668b..04f5b6ec5 100644
--- a/kreadconfig/CMakeLists.txt
+++ b/kreadconfig/CMakeLists.txt
@@ -16,6 +16,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/kstart/CMakeLists.txt b/kstart/CMakeLists.txt
index 8430a421b..f9b9ea14d 100644
--- a/kstart/CMakeLists.txt
+++ b/kstart/CMakeLists.txt
@@ -17,6 +17,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/nsplugins/CMakeLists.txt b/nsplugins/CMakeLists.txt
index 278ac1f88..e5ec62b11 100644
--- a/nsplugins/CMakeLists.txt
+++ b/nsplugins/CMakeLists.txt
@@ -20,6 +20,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/tdeinit/CMakeLists.txt b/tdeinit/CMakeLists.txt
index fe94e1218..4ec5eeb9a 100644
--- a/tdeinit/CMakeLists.txt
+++ b/tdeinit/CMakeLists.txt
@@ -17,6 +17,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/tdeioslave/thumbnail/CMakeLists.txt b/tdeioslave/thumbnail/CMakeLists.txt
index 98664b32a..55b548f71 100644
--- a/tdeioslave/thumbnail/CMakeLists.txt
+++ b/tdeioslave/thumbnail/CMakeLists.txt
@@ -33,6 +33,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/tqt3integration/utils/CMakeLists.txt b/tqt3integration/utils/CMakeLists.txt
index da78e6a99..15283e74c 100644
--- a/tqt3integration/utils/CMakeLists.txt
+++ b/tqt3integration/utils/CMakeLists.txt
@@ -21,6 +21,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
##### gen (internal executable) ########################
diff --git a/twin/clients/default/CMakeLists.txt b/twin/clients/default/CMakeLists.txt
index 142a9b783..efdfadd3f 100644
--- a/twin/clients/default/CMakeLists.txt
+++ b/twin/clients/default/CMakeLists.txt
@@ -20,6 +20,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/twin/clients/redmond/CMakeLists.txt b/twin/clients/redmond/CMakeLists.txt
index b382af454..02b77258d 100644
--- a/twin/clients/redmond/CMakeLists.txt
+++ b/twin/clients/redmond/CMakeLists.txt
@@ -18,6 +18,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/twin/data/CMakeLists.txt b/twin/data/CMakeLists.txt
index 9a0ce88da..c70054956 100644
--- a/twin/data/CMakeLists.txt
+++ b/twin/data/CMakeLists.txt
@@ -16,6 +16,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
diff --git a/twin/lib/CMakeLists.txt b/twin/lib/CMakeLists.txt
index 26f0809af..d029635b6 100644
--- a/twin/lib/CMakeLists.txt
+++ b/twin/lib/CMakeLists.txt
@@ -18,6 +18,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)