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/libtdeobex/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libtdeobex') diff --git a/src/libtdeobex/CMakeLists.txt b/src/libtdeobex/CMakeLists.txt index c998ff0..b4323c8 100644 --- a/src/libtdeobex/CMakeLists.txt +++ b/src/libtdeobex/CMakeLists.txt @@ -39,6 +39,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${DBUS_TQT_LIBRARY_DIRS} ) ##### headers ################################### -- cgit v1.2.1