From f509d41baf326d59d9a71a56628ae282ae58511b Mon Sep 17 00:00:00 2001 From: Steffen Hartleib Date: Wed, 23 Mar 2022 22:00:31 +0000 Subject: Using the gesture recognizer from KWidgetsAddons Using the gesture recognizer from KWidgetsAddons, so that the source code for the gestures is only in one place --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e19f6c233..ae9507ef6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Notifications Crash WindowSystem + WidgetsAddons ) find_package(KUserFeedback 1.2.0) -- cgit v1.3.1