From 0ba61b9a6bba6de74357bed8e7808b7d3c8561af Mon Sep 17 00:00:00 2001 From: aneejit1 Date: Tue, 3 May 2022 12:33:34 +0000 Subject: [PATCH] Add DBUS_TQT_LIBRARY_DIRS to the link_directories Add the library paths for the dbus-1-tqt library to the list of link_directories in the CMakeLists.txt files for the examples subdirectory to cater for the library not being in /usr. Signed-off-by: aneejit1 --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index de312fe5b..0f626bfeb 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -22,6 +22,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${DBUS_TQT_LIBRARY_DIRS} )