diff options
author | aneejit1 <[email protected]> | 2022-05-03 12:33:34 +0000 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 15:34:15 +0200 |
commit | b7557352a9580cad099c6df1d71d998c77f86b4b (patch) | |
tree | e952fe7beff9142007f6efdd5dafd5b5f3aad7d7 | |
parent | 6c3c07ec7cb0811c9a05b759426ca7cebbb9ecbe (diff) | |
download | polkit-tqt-b7557352a9580cad099c6df1d71d998c77f86b4b.tar.gz polkit-tqt-b7557352a9580cad099c6df1d71d998c77f86b4b.zip |
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 <[email protected]>
(cherry picked from commit 0ba61b9a6bba6de74357bed8e7808b7d3c8561af)
-rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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} ) |