From ba7128b30850594c7efb258d1794e377eede364a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 1 Jan 2017 13:37:19 +0100 Subject: Instead of using the action system we use controllers only. It's simpler, and the action system was just too complex to use in a typesafe way. --- framework/domain/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/domain/CMakeLists.txt') diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index 481d5908..bb522416 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt @@ -20,6 +20,9 @@ set(mailplugin_SRCS identitiesmodel.cpp recepientautocompletionmodel.cpp settings/accountsettings.cpp + selector.cpp + completer.cpp + controller.cpp ) find_package(KF5 REQUIRED COMPONENTS Package) -- cgit v1.2.3