┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristoph Feck <[email protected]>2019-03-18 23:00:25 +0100
committerChristoph Feck <[email protected]>2019-03-18 23:00:25 +0100
commitb2b1f76031f872b42ae060dbb7a2f98d9b90496c (patch)
treeb175968ed8de0f4cc4f035c986709ee0ea880cd5 /CMakeLists.txt
parent81ff2a73f9d0985bca9e22f4e56d2b6738d15b4c (diff)
parent5b463d82fed9a443b098888c0aee8a7b3b322666 (diff)
Merge remote-tracking branch 'origin/Applications/19.04'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3408153ec..c522d9a89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,6 +68,11 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS
Activities
)
+set_package_properties(KF5Activities PROPERTIES DESCRIPTION "KActivities libraries"
+ URL "http://www.kde.org"
+ TYPE OPTIONAL
+ PURPOSE "For tracking which folders are frequently accessed on a Plasma desktop"
+ )
find_package(Phonon4Qt5 CONFIG REQUIRED)
@@ -91,6 +96,10 @@ set_package_properties(KF5FileMetaData PROPERTIES
PURPOSE "For accessing file metadata labels"
)
+if (KF5Activities_FOUND)
+ set(HAVE_KACTIVITIES TRUE)
+endif()
+
if (KF5Baloo_FOUND AND KF5BalooWidgets_FOUND AND KF5FileMetaData_FOUND)
message(STATUS "Baloo packages are found")
set(HAVE_BALOO TRUE)