diff options
Diffstat (limited to 'twin/clients')
-rw-r--r-- | twin/clients/default/CMakeLists.txt | 1 | ||||
-rw-r--r-- | twin/clients/redmond/CMakeLists.txt | 1 |
2 files changed, 2 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} ) |