summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt6
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...