diff options
author | aneejit1 <aneejit1@gmail.com> | 2020-06-26 13:28:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-26 13:29:52 +0900 |
commit | 354de84cdb4aeb5b6240fd874fb04ab49088a438 (patch) | |
tree | 5ff895420a123e00d05707acca5edb2019943140 | |
parent | 7271d5731bf20f61ec2699bbce8fe62f5f04d73a (diff) | |
download | kpowersave-354de84cdb4aeb5b6240fd874fb04ab49088a438.tar.gz kpowersave-354de84cdb4aeb5b6240fd874fb04ab49088a438.zip |
Add missing library paths to link_directories
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit de863e457bad7c76b3d635138136a464c732daa8)
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 58da05a..5cb8ccd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,6 +22,8 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${DBUS_LIBRARY_DIRS} + ${DBUS_TQT_LIBRARY_DIRS} ) |