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 <aneejit1@gmail.com>
pull/4/head
aneejit1 2 years ago
parent 89acf6a1fd
commit 0ba61b9a6b

@ -22,6 +22,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
${DBUS_TQT_LIBRARY_DIRS}
)

Loading…
Cancel
Save