diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-01-20 18:15:24 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-20 18:15:24 +0100 |
commit | b666d5a3c2f225f25890198289a43c74ab88ed84 (patch) | |
tree | df963804f5415d2b06bc802159155978fb095a8c /twin | |
parent | f77994ca5eda6fc12158a7162f98e4068e76a8a1 (diff) | |
download | tdebase-b666d5a3c2f225f25890198289a43c74ab88ed84.tar.gz tdebase-b666d5a3c2f225f25890198289a43c74ab88ed84.zip |
Fix dbus-tqt-1 link directory
Diffstat (limited to 'twin')
-rw-r--r-- | twin/clients/default/CMakeLists.txt | 1 | ||||
-rw-r--r-- | twin/clients/redmond/CMakeLists.txt | 1 | ||||
-rw-r--r-- | twin/data/CMakeLists.txt | 1 | ||||
-rw-r--r-- | twin/lib/CMakeLists.txt | 1 |
4 files changed, 4 insertions, 0 deletions
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} ) |