diff options
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r-- | framework/src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index 85ad8344..8436705c 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt | |||
@@ -35,6 +35,7 @@ set(SRCS | |||
35 | domain/mime/attachmentmodel.cpp | 35 | domain/mime/attachmentmodel.cpp |
36 | domain/mime/partmodel.cpp | 36 | domain/mime/partmodel.cpp |
37 | domain/mime/mailtemplates.cpp | 37 | domain/mime/mailtemplates.cpp |
38 | domain/mime/mailcrypto.cpp | ||
38 | accounts/accountfactory.cpp | 39 | accounts/accountfactory.cpp |
39 | accounts/accountsmodel.cpp | 40 | accounts/accountsmodel.cpp |
40 | fabric.cpp | 41 | fabric.cpp |
@@ -56,6 +57,7 @@ target_link_libraries(frameworkplugin | |||
56 | KF5::Contacts | 57 | KF5::Contacts |
57 | KF5::Package | 58 | KF5::Package |
58 | KAsync | 59 | KAsync |
60 | QGpgme | ||
59 | ) | 61 | ) |
60 | install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) | 62 | install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) |
61 | 63 | ||