diff options
author | aneejit1 <aneejit1@gmail.com> | 2022-05-03 12:33:34 +0000 |
---|---|---|
committer | aneejit1 <aneejit1@gmail.com> | 2022-05-03 12:33:34 +0000 |
commit | 0ba61b9a6bba6de74357bed8e7808b7d3c8561af (patch) | |
tree | 55e583ce461a11fd6653fb159f665d2115ef74c0 | |
parent | 89acf6a1fd5124e58cc87fb0b26ef8954e257667 (diff) | |
download | polkit-tqt-0ba61b9a6bba6de74357bed8e7808b7d3c8561af.tar.gz polkit-tqt-0ba61b9a6bba6de74357bed8e7808b7d3c8561af.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 <aneejit1@gmail.com>
-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} ) |