summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorRémi Nicole <nicole@kolabsystems.com>2018-04-13 11:51:18 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-13 11:51:24 +0200
commitcd81aed814286887911d99648d62bbb3c63e404c (patch)
treec98b6e65d56e5fff82ed8f8a431de47e149c38a1 /common/CMakeLists.txt
parentedbb4c9c82e34e90ad15ad151901e65c2c2cfb66 (diff)
downloadsink-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.txt2
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)
135install(TARGETS ${PROJECT_NAME} 137install(TARGETS ${PROJECT_NAME}