summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-27 12:15:46 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-27 12:15:46 +0200
commit582c979b9ce3837b57a7987499c5fce8902e5444 (patch)
treeea8672ae76ed99e4fa1fea85fbed99ae457d73f5
parentd024513d114115ebe97f106e42a089ce006ce0d7 (diff)
downloadkube-582c979b9ce3837b57a7987499c5fce8902e5444.tar.gz
kube-582c979b9ce3837b57a7987499c5fce8902e5444.zip
More explicit linking against gpgmepp
-rw-r--r--framework/src/domain/mime/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/mime/CMakeLists.txt b/framework/src/domain/mime/CMakeLists.txt
index c1cf22c1..1e55e461 100644
--- a/framework/src/domain/mime/CMakeLists.txt
+++ b/framework/src/domain/mime/CMakeLists.txt
@@ -5,4 +5,5 @@ target_link_libraries(mailcrypto
5 Qt5::Core 5 Qt5::Core
6 KF5::Mime 6 KF5::Mime
7 QGpgme 7 QGpgme
8 Gpgmepp
8) 9)