diff options
author | Rémi Nicole <nicole@kolabsystems.com> | 2018-04-13 11:51:18 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-13 11:51:24 +0200 |
commit | cd81aed814286887911d99648d62bbb3c63e404c (patch) | |
tree | c98b6e65d56e5fff82ed8f8a431de47e149c38a1 /common/CMakeLists.txt | |
parent | edbb4c9c82e34e90ad15ad151901e65c2c2cfb66 (diff) | |
download | sink-cd81aed814286887911d99648d62bbb3c63e404c.tar.gz sink-cd81aed814286887911d99648d62bbb3c63e404c.zip |
Change most of Event's properties to extracted properties
Summary: Fix T8485
Reviewers: cmollekopf
Reviewed By: cmollekopf
Tags: #sink
Maniphest Tasks: T8485
Differential Revision: https://phabricator.kde.org/D12106
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 9c4d4f1..51145fd 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -70,6 +70,7 @@ set(command_SRCS | |||
70 | synchronizerstore.cpp | 70 | synchronizerstore.cpp |
71 | contactpreprocessor.cpp | 71 | contactpreprocessor.cpp |
72 | mailpreprocessor.cpp | 72 | mailpreprocessor.cpp |
73 | eventpreprocessor.cpp | ||
73 | specialpurposepreprocessor.cpp | 74 | specialpurposepreprocessor.cpp |
74 | datastorequery.cpp | 75 | datastorequery.cpp |
75 | storage/entitystore.cpp | 76 | storage/entitystore.cpp |
@@ -130,6 +131,7 @@ PRIVATE | |||
130 | Qt5::Gui | 131 | Qt5::Gui |
131 | KF5::Mime | 132 | KF5::Mime |
132 | KF5::Contacts | 133 | KF5::Contacts |
134 | KF5::CalendarCore | ||
133 | ${XAPIAN_LIBRARIES} | 135 | ${XAPIAN_LIBRARIES} |
134 | ) | 136 | ) |
135 | install(TARGETS ${PROJECT_NAME} | 137 | install(TARGETS ${PROJECT_NAME} |