diff options
| author | Alexander Lohnau <[email protected]> | 2023-02-09 08:44:49 +0100 |
|---|---|---|
| committer | Dāvis Mosāns <[email protected]> | 2023-03-04 23:49:48 +0000 |
| commit | 50c889e24c50c0fcca64b791c79337f5590a9819 (patch) | |
| tree | 567fc740134c296d942365108eab2b748e45deef /CMakeLists.txt | |
| parent | c64059bd02061968b184c6c8e3d862423afd2547 (diff) | |
Use separate KMoreTools library
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 424e30f6f..0054a5540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,6 +79,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS Codecs ) +find_package(KF6MoreTools) find_package(KUserFeedback 1.2.0) set_package_properties(KUserFeedback PROPERTIES TYPE OPTIONAL |
