┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Richardson <[email protected]>2021-07-09 09:19:05 +0100
committerAlex Richardson <[email protected]>2021-07-09 09:19:05 +0100
commit997977c67a13dd0766f80a9f54631057538a6997 (patch)
tree5d09e9910f773f972ebdb7eafc858801ca6218e9 /CMakeLists.txt
parentc5fdcc41ded2111b72d7163e51f558fbaded79cc (diff)
Make the KDocTools dependency optional
I am cross-compiling dolphin and haven't build KDocTools. Since it's only needed for the handbook we can make the dependency optional.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a949ab2e6..2667c26dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,7 +52,6 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- DocTools
KCMUtils
NewStuff
CoreAddons
@@ -83,6 +82,7 @@ endif()
find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS
Activities
+ DocTools
)
set_package_properties(KF5Activities PROPERTIES DESCRIPTION "KActivities libraries"
URL "https://www.kde.org"