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:25 +0900 |
commit | de863e457bad7c76b3d635138136a464c732daa8 (patch) | |
tree | 26b1e3e345cab02ee64634ac1932196c4e9f640c /src | |
parent | af515621e895eb53680647b3d884b91d516e130c (diff) | |
download | kpowersave-de863e457bad7c76b3d635138136a464c732daa8.tar.gz kpowersave-de863e457bad7c76b3d635138136a464c732daa8.zip |
Add missing library paths to link_directories
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 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} ) |