diff options
author | Pino Toscano <pino@kde.org> | 2013-03-16 11:52:56 +0100 |
---|---|---|
committer | Pino Toscano <pino@kde.org> | 2013-03-16 11:52:56 +0100 |
commit | aca0eab42178e1227547c701146341cc222f0d19 (patch) | |
tree | 6b9df91c9c7d84ce4dabab8618924be9c429a7db /src | |
parent | Restore Session Manager updates on current tab changed && on window (diff) | |
download | rekonq-aca0eab42178e1227547c701146341cc222f0d19.tar.xz |
cmake: use the kactivities include dirs, if found
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4bb6a1d4..eb5a87df 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -209,6 +209,12 @@ IF(HAVE_QCA2 AND HAVE_QTOAUTH) ) ENDIF(HAVE_QCA2 AND HAVE_QTOAUTH) +# KActivities optional include directories +IF(KActivities_FOUND) + INCLUDE_DIRECTORIES(${KACTIVITIES_INCLUDE_DIRS} + ) +ENDIF(KActivities_FOUND) + ### -------------- ADDING DEFINITIONS... |