diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-03 21:19:28 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-03 21:19:28 +0100 |
commit | 55d2d3a315224f3960a740aa98b53e40f2f6a9a1 (patch) | |
tree | d13bba45f8266011708c151119590b87e71e0d9d /framework/domain/CMakeLists.txt | |
parent | a02c721c4d8ba3c342fcb317f5c779a076571fa4 (diff) | |
download | kube-55d2d3a315224f3960a740aa98b53e40f2f6a9a1.tar.gz kube-55d2d3a315224f3960a740aa98b53e40f2f6a9a1.zip |
Mouseproxy to fix the scrolling behaviour.
The webview simply no longer gets scroll events.
Diffstat (limited to 'framework/domain/CMakeLists.txt')
-rw-r--r-- | framework/domain/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index 70a86d01..00499f30 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -26,6 +26,7 @@ set(mailplugin_SRCS | |||
26 | outboxcontroller.cpp | 26 | outboxcontroller.cpp |
27 | mailcontroller.cpp | 27 | mailcontroller.cpp |
28 | foldercontroller.cpp | 28 | foldercontroller.cpp |
29 | mouseproxy.cpp | ||
29 | ) | 30 | ) |
30 | find_package(KF5 REQUIRED COMPONENTS Package) | 31 | find_package(KF5 REQUIRED COMPONENTS Package) |
31 | 32 | ||