summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mimetreeparser
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-23 14:28:35 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-23 16:30:51 +0100
commitd0029fbe0a503edcf36e6ad072b87c53ad0715eb (patch)
tree62e7f6774bc13cd1dc6199d5e056a5ab40d452d1 /framework/src/domain/mime/mimetreeparser
parentd848ea82c42e8ef492849c3ac94240f24c356087 (diff)
downloadkube-d0029fbe0a503edcf36e6ad072b87c53ad0715eb.tar.gz
kube-d0029fbe0a503edcf36e6ad072b87c53ad0715eb.zip
Cleanup
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser')
-rw-r--r--framework/src/domain/mime/mimetreeparser/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/CMakeLists.txt b/framework/src/domain/mime/mimetreeparser/CMakeLists.txt
index e0bfec51..0d693891 100644
--- a/framework/src/domain/mime/mimetreeparser/CMakeLists.txt
+++ b/framework/src/domain/mime/mimetreeparser/CMakeLists.txt
@@ -1,7 +1,7 @@
1set(CMAKE_CXX_VISIBILITY_PRESET default) 1set(CMAKE_CXX_VISIBILITY_PRESET default)
2 2
3find_package(Qt5 COMPONENTS REQUIRED Core Gui) 3find_package(Qt5 COMPONENTS REQUIRED Core Gui)
4find_package(KF5Mime "4.87.0" CONFIG REQUIRED) 4find_package(KF5Mime 4.87.0 CONFIG REQUIRED)
5find_package(QGpgme CONFIG REQUIRED) 5find_package(QGpgme CONFIG REQUIRED)
6find_package(KF5Codecs CONFIG REQUIRED) 6find_package(KF5Codecs CONFIG REQUIRED)
7 7