diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-10 21:50:08 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-10 21:50:48 +0100 |
commit | e52a02bb77c5292a016d2c14e0730d44d25d4000 (patch) | |
tree | bb67d615bd8d699ca0ff2c5996253acf46d5389a /framework/domain/CMakeLists.txt | |
parent | ca120180460c7eeefaec9b1f31e5ad8aee32df2d (diff) | |
download | kube-e52a02bb77c5292a016d2c14e0730d44d25d4000.tar.gz kube-e52a02bb77c5292a016d2c14e0730d44d25d4000.zip |
Simple peoplemodel for addressbook
Currently just queries for a flat list of contacts.
Read-only.
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 9abc54b0..b3f7acc5 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -25,6 +25,7 @@ set(mailplugin_SRCS | |||
25 | foldercontroller.cpp | 25 | foldercontroller.cpp |
26 | mouseproxy.cpp | 26 | mouseproxy.cpp |
27 | contactcontroller.cpp | 27 | contactcontroller.cpp |
28 | peoplemodel.cpp | ||
28 | ) | 29 | ) |
29 | find_package(KF5 REQUIRED COMPONENTS Package) | 30 | find_package(KF5 REQUIRED COMPONENTS Package) |
30 | 31 | ||