diff options
| author | Emmanuel Pescosta <[email protected]> | 2012-08-15 15:00:51 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2012-08-15 15:00:51 +0200 |
| commit | 8d5c0f960827e6ada4b94447ae3c841356e6bd60 (patch) | |
| tree | 473a47dc42ddd02df8c9bed165e2e221813c7ca7 /src/CMakeLists.txt | |
| parent | b039392f344f4d8b0a540c542f83e418349a7d4e (diff) | |
| parent | 50eaec7a81faaeccc5dbcc2f47cbd982a7dd7207 (diff) | |
Merge branch 'master' of git://anongit.kde.org/kde-baseapps
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index afc190f83..8ade48777 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -234,6 +234,13 @@ if (Nepomuk_FOUND) ) endif (Nepomuk_FOUND) +if (KActivities_FOUND) + target_link_libraries( + kdeinit_dolphin + ${KACTIVITIES_LIBRARY} + ) +endif (KActivities_FOUND) + install(TARGETS kdeinit_dolphin ${INSTALL_TARGETS_DEFAULT_ARGS}) install(TARGETS dolphin ${INSTALL_TARGETS_DEFAULT_ARGS}) |
