summaryrefslogtreecommitdiffstats
path: root/framework/domain/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-02-02 21:23:40 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-02-02 21:32:50 +0100
commit84714d6f9435b59045c08c76eb556663d1ee36d4 (patch)
tree00fd009d64e2e562ad1d34b4993fac8e80c3320a /framework/domain/CMakeLists.txt
parenta319237e545213223e25ed9deb47e94c8529ae10 (diff)
downloadkube-84714d6f9435b59045c08c76eb556663d1ee36d4.tar.gz
kube-84714d6f9435b59045c08c76eb556663d1ee36d4.zip
add initial contact controller and contact detail view
Diffstat (limited to 'framework/domain/CMakeLists.txt')
-rw-r--r--framework/domain/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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
24 mailcontroller.cpp 24 mailcontroller.cpp
25 foldercontroller.cpp 25 foldercontroller.cpp
26 mouseproxy.cpp 26 mouseproxy.cpp
27 contactcontroller.cpp
27) 28)
28find_package(KF5 REQUIRED COMPONENTS Package) 29find_package(KF5 REQUIRED COMPONENTS Package)
29 30