diff options
| author | Steffen Hartleib <[email protected]> | 2022-03-23 22:00:31 +0000 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2022-03-23 22:00:31 +0000 |
| commit | f509d41baf326d59d9a71a56628ae282ae58511b (patch) | |
| tree | 5c5d974e2c61c072249b51d92a320786cd371d05 /CMakeLists.txt | |
| parent | 45af4bc0e09ebacca4d7f8177dd5dc0a5fd109cd (diff) | |
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
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 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) |
