summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-26 01:04:52 +0000
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-26 12:07:22 +0900
commit0634ffa001fc9e1a107f1100b026f4c69619c1f4 (patch)
treef82598beecff93a3b34fb4a6bbfccf32411503ca
parent11fccf044b75f5df09a1e197d8996e9dcad77e0f (diff)
downloadtdepowersave-0634ffa001fc9e1a107f1100b026f4c69619c1f4.tar.gz
tdepowersave-0634ffa001fc9e1a107f1100b026f4c69619c1f4.zip
Add missing library paths to link_directories
Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 3d1956bb6b979f3750b68484007daac7332f82f1)
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ac0e7bd..c5071df 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}
)