┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2017-08-24 15:45:28 +0200
committerKai Uwe Broulik <[email protected]>2017-08-24 15:45:28 +0200
commit101884841659cf7b1d735e894477415cddd1787f (patch)
tree48a53b83e7f726e03afcbe8862bf360134bf3e52 /src/CMakeLists.txt
parent24baf24f5fe089302850c7844f1ecdfd60fbb0f1 (diff)
Support middle clicking of Back/Forward/Up/Home toolbar buttons
This opens the resulting page in a new tab. BUG: 358649 Differential Revision: https://phabricator.kde.org/D7390
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 13b94f73b..e1b63358d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -110,6 +110,7 @@ set(dolphinprivate_LIB_SRCS
views/viewproperties.cpp
views/zoomlevelinfo.cpp
dolphinremoveaction.cpp
+ middleclickactioneventfilter.cpp
dolphinnewfilemenu.cpp
dolphindebug.cpp
)