summaryrefslogtreecommitdiffstats
path: root/framework/src/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 10:00:35 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 10:00:35 -0600
commitb7e18a461fd14ec34723d689f644880964314f1b (patch)
treef7ef6f625a987d8bd484ec283f4d1e5da38aa124 /framework/src/CMakeLists.txt
parentc71bc1b1fdd4055dfe2e2155961827b8652dd96c (diff)
downloadkube-b7e18a461fd14ec34723d689f644880964314f1b.tar.gz
kube-b7e18a461fd14ec34723d689f644880964314f1b.zip
Commit missing files
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r--framework/src/CMakeLists.txt2
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)
60install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) 62install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR})
61 63