diff --git a/CMakeLists.txt b/CMakeLists.txt index f7812c9..9940a65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,13 +21,14 @@ find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED find_package(KF5 ${KF5_VERSION} REQUIRED IconThemes # Handling of icons CoreAddons # Caches - TextWidgets # + GuiAddons # Image cache + TextWidgets # XmlGui # User interface ConfigWidgets # Handling of configuration - KIOCore # Jobs + KIO # Jobs KDELibs4Support # Transitional ) - + include(ECMInstallIcons) include(KDEInstallDirs) include(KDECompilerSettings)