summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
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}