diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2024-11-09 18:48:22 +0000 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2024-11-09 18:49:26 +0000 |
commit | 5ed2c219bb5ba9fce6d26c8e26bc85ffa1965c15 (patch) | |
tree | bc22e10668ac7c9aee542e9d794fb144989fc894 /src/daemon | |
parent | d636012ad1b2253646fa1958d61f10288ca0127c (diff) | |
download | kdbusnotification-5ed2c219bb5ba9fce6d26c8e26bc85ffa1965c15.tar.gz kdbusnotification-5ed2c219bb5ba9fce6d26c8e26bc85ffa1965c15.zip |
use DBUS_TQT_LIBRARY_DIRS
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index 7c2aad7..9ba7c4e 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -9,6 +9,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${DBUS_TQT_LIBRARY_DIRS} ${TDE_LIB_DIR} ) |