summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 752e4e4..3083a2e 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -73,6 +73,7 @@ set(command_SRCS
73 remoteidmap.cpp 73 remoteidmap.cpp
74 sourcewriteback.cpp 74 sourcewriteback.cpp
75 entityreader.cpp 75 entityreader.cpp
76 mailpreprocessor.cpp
76 ${storage_SRCS}) 77 ${storage_SRCS})
77 78
78add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 79add_library(${PROJECT_NAME} SHARED ${command_SRCS})
@@ -108,7 +109,7 @@ SET_TARGET_PROPERTIES(${PROJECT_NAME}
108 EXPORT_NAME ${PROJECT_NAME} 109 EXPORT_NAME ${PROJECT_NAME}
109) 110)
110qt5_use_modules(${PROJECT_NAME} Network) 111qt5_use_modules(${PROJECT_NAME} Network)
111target_link_libraries(${PROJECT_NAME} ${storage_LIBS} KF5::Async) 112target_link_libraries(${PROJECT_NAME} ${storage_LIBS} KF5::Async KF5::Mime)
112install(TARGETS ${PROJECT_NAME} 113install(TARGETS ${PROJECT_NAME}
113 EXPORT SinkTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ${LIBRARY_NAMELINK} ) 114 EXPORT SinkTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ${LIBRARY_NAMELINK} )
114 115