From aca0eab42178e1227547c701146341cc222f0d19 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 16 Mar 2013 11:52:56 +0100 Subject: cmake: use the kactivities include dirs, if found --- src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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... -- cgit v1.2.1