diff options
| author | Ivan Čukić <[email protected]> | 2012-08-15 08:24:17 +0200 |
|---|---|---|
| committer | Ivan Čukić <[email protected]> | 2012-08-15 08:25:24 +0200 |
| commit | 50eaec7a81faaeccc5dbcc2f47cbd982a7dd7207 (patch) | |
| tree | f993bb4611f653a9a7447692c408ecd24f4d1ebf /src/CMakeLists.txt | |
| parent | 00935edbdead8955d7f8d0e3ef520139da3f3bec (diff) | |
| parent | 8268c0813a3d20989b8cd1f88f8ae3996c1ddb52 (diff) | |
Merge branch 'ivan/dolphin-activities'
REVIEW:105973
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}) |
