diff options
author | aneejit1 <[email protected]> | 2020-06-26 01:04:52 +0000 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-26 12:07:22 +0900 |
commit | 0634ffa001fc9e1a107f1100b026f4c69619c1f4 (patch) | |
tree | f82598beecff93a3b34fb4a6bbfccf32411503ca /src | |
parent | 11fccf044b75f5df09a1e197d8996e9dcad77e0f (diff) | |
download | tdepowersave-0634ffa001fc9e1a107f1100b026f4c69619c1f4.tar.gz tdepowersave-0634ffa001fc9e1a107f1100b026f4c69619c1f4.zip |
Add missing library paths to link_directories
Signed-off-by: aneejit1 <[email protected]>
(cherry picked from commit 3d1956bb6b979f3750b68484007daac7332f82f1)
Diffstat (limited to 'src')
-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 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} ) |