diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-17 12:04:41 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-17 17:57:36 +0100 |
commit | 56d0411b0a8bce305220adbf12f6b859abf9f431 (patch) | |
tree | ec1e6aeb0bd1b73b6c59d48eb3fa9d623a69a0b4 /framework/domain/CMakeLists.txt | |
parent | c633f7c5fce50db60035792526b6c7e84b51149f (diff) | |
download | kube-56d0411b0a8bce305220adbf12f6b859abf9f431.tar.gz kube-56d0411b0a8bce305220adbf12f6b859abf9f431.zip |
AutocompleteLineEdit
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 094eac04..24fdb49f 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -18,6 +18,7 @@ set(mailplugin_SRCS | |||
18 | accountsmodel.cpp | 18 | accountsmodel.cpp |
19 | outboxmodel.cpp | 19 | outboxmodel.cpp |
20 | identitiesmodel.cpp | 20 | identitiesmodel.cpp |
21 | recepientautocompletionmodel.cpp | ||
21 | settings/accountsettings.cpp | 22 | settings/accountsettings.cpp |
22 | ) | 23 | ) |
23 | find_package(KF5 REQUIRED COMPONENTS Package) | 24 | find_package(KF5 REQUIRED COMPONENTS Package) |