diff --git a/CMakeLists.txt b/CMakeLists.txt index f565d596..fc4ed3e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,8 +80,8 @@ pkg_check_modules(GIO gio-2.0 REQUIRED IMPORTED_TARGET) find_package(KF6KirigamiAddons 0.6 REQUIRED) find_package(epoxy REQUIRED) find_package(XCB REQUIRED COMPONENTS XCB) -find_package(KWinEffects ${PROJECT_VERSION} REQUIRED COMPONENTS - kwineffects +find_package(KWin ${PROJECT_VERSION} REQUIRED COMPONENTS + kwin ) find_package(LibKWorkspace CONFIG REQUIRED) diff --git a/kwin/mobiletaskswitcher/CMakeLists.txt b/kwin/mobiletaskswitcher/CMakeLists.txt index 7450451e..6d797fe6 100644 --- a/kwin/mobiletaskswitcher/CMakeLists.txt +++ b/kwin/mobiletaskswitcher/CMakeLists.txt @@ -17,7 +17,7 @@ target_link_libraries(mobiletaskswitcher Qt::Quick Qt::Core - KWinEffects::kwineffects + KWin::kwin ) # install(TARGETS kwin4_effect_taskswitcher DESTINATION ${PLUGIN_INSTALL_DIR}/kwin/effects/plugins)