From 84714d6f9435b59045c08c76eb556663d1ee36d4 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 2 Feb 2017 21:23:40 +0100 Subject: add initial contact controller and contact detail view --- framework/domain/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/domain/CMakeLists.txt') diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index 01d55de2..31ca5df9 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt @@ -24,6 +24,7 @@ set(mailplugin_SRCS mailcontroller.cpp foldercontroller.cpp mouseproxy.cpp + contactcontroller.cpp ) find_package(KF5 REQUIRED COMPONENTS Package) -- cgit v1.2.3