From 1a89ca3ad2f98c4713b04dc42cd03af278060941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 8 Apr 2023 23:30:45 +0200 Subject: Add DBUS_TQT_LIBRARY_DIRS to link_directories to avoid potential linker failure. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tdebluezioslave/bluetooth/CMakeLists.txt | 1 + src/tdebluezioslave/obex/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'src/tdebluezioslave') 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) ############################# -- cgit v1.2.1