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>
(cherry picked from commit 0ba61b9a6b)
r14.0.x
aneejit1 3 years ago committed by Slávek Banko
parent 6c3c07ec7c
commit b7557352a9
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save