summaryrefslogtreecommitdiffstats
path: root/src/tdebluezioslave
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-04-08 23:30:45 +0200
committerSlávek Banko <slavek.banko@axis.cz>2023-04-09 01:17:31 +0200
commit1a89ca3ad2f98c4713b04dc42cd03af278060941 (patch)
treee463c34538224df186b21a542413f86148b1e059 /src/tdebluezioslave
parent77829c42282e8576f05372d9d687738cae756f63 (diff)
downloadtdebluez-1a89ca3ad2f98c4713b04dc42cd03af278060941.tar.gz
tdebluez-1a89ca3ad2f98c4713b04dc42cd03af278060941.zip
Add DBUS_TQT_LIBRARY_DIRS to link_directories
to avoid potential linker failure. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/tdebluezioslave')
-rw-r--r--src/tdebluezioslave/bluetooth/CMakeLists.txt1
-rw-r--r--src/tdebluezioslave/obex/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tdebluezioslave/bluetooth/CMakeLists.txt b/src/tdebluezioslave/bluetooth/CMakeLists.txt
index ac6e996..f9b9eeb 100644
--- a/src/tdebluezioslave/bluetooth/CMakeLists.txt
+++ b/src/tdebluezioslave/bluetooth/CMakeLists.txt
@@ -24,6 +24,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
##### tdeio_bluetooth (static) #############################
diff --git a/src/tdebluezioslave/obex/CMakeLists.txt b/src/tdebluezioslave/obex/CMakeLists.txt
index 6c5272c..9e90ea5 100644
--- a/src/tdebluezioslave/obex/CMakeLists.txt
+++ b/src/tdebluezioslave/obex/CMakeLists.txt
@@ -24,6 +24,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${DBUS_TQT_LIBRARY_DIRS}
)
##### tdeio_obex (part) #############################