From cd81aed814286887911d99648d62bbb3c63e404c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Nicole?= Date: Fri, 13 Apr 2018 11:51:18 +0200 Subject: 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 --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/CMakeLists.txt') 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 synchronizerstore.cpp contactpreprocessor.cpp mailpreprocessor.cpp + eventpreprocessor.cpp specialpurposepreprocessor.cpp datastorequery.cpp storage/entitystore.cpp @@ -130,6 +131,7 @@ PRIVATE Qt5::Gui KF5::Mime KF5::Contacts + KF5::CalendarCore ${XAPIAN_LIBRARIES} ) install(TARGETS ${PROJECT_NAME} -- cgit v1.2.3