summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-26 13:28:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-26 13:29:52 +0900
commit354de84cdb4aeb5b6240fd874fb04ab49088a438 (patch)
tree5ff895420a123e00d05707acca5edb2019943140 /src
parent7271d5731bf20f61ec2699bbce8fe62f5f04d73a (diff)
downloadkpowersave-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)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
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}
)