diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ include(ECMMarkAsTest) include(ECMPoQmTools) -find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Gui Widgets Qml Test) +find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Gui Widgets Test) find_package(Boost REQUIRED) find_package(Threads REQUIRED) macro(assert_min_ver version) @@ -68,15 +68,10 @@ find_package(KF5 REQUIRED COMPONENTS AkonadiCalendar - AkonadiSearch - IdentityManagement KontactInterface - Ldap Runner - Wallet WindowSystem I18n - KDELibs4Support ) find_package(KF5Akonadi "5.1" CONFIG REQUIRED) diff --git a/src/akonadi/CMakeLists.txt b/src/akonadi/CMakeLists.txt --- a/src/akonadi/CMakeLists.txt +++ b/src/akonadi/CMakeLists.txt @@ -32,7 +32,5 @@ KF5::AkonadiCore KF5::AkonadiWidgets KF5::CalendarCore - KF5::IdentityManagement KF5::ConfigCore - KF5::KDELibs4Support ) diff --git a/src/zanshin/app/CMakeLists.txt b/src/zanshin/app/CMakeLists.txt --- a/src/zanshin/app/CMakeLists.txt +++ b/src/zanshin/app/CMakeLists.txt @@ -9,6 +9,7 @@ add_executable(zanshin ${app_SRCS}) kde_enable_exceptions() target_link_libraries(zanshin + KF5::XmlGui akonadi domain presentation diff --git a/tests/testlib/CMakeLists.txt b/tests/testlib/CMakeLists.txt --- a/tests/testlib/CMakeLists.txt +++ b/tests/testlib/CMakeLists.txt @@ -23,6 +23,5 @@ KF5::AkonadiXml KF5::CalendarCore Qt5::Test - KF5::KDELibs4Support )