gwenview5/0001-Compile-more-files-with-enabled-exceptions-required-.patch

30 lines
804 B
Diff
Raw Normal View History

From 1910e0409fd0b73a931f45389865c1e0a55a49e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de>
Date: Sat, 29 Dec 2018 23:39:30 +0100
Subject: [PATCH 1/2] Compile more files with enabled exceptions, required for
exiv2 0.27
---
lib/CMakeLists.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index d60ae47f..229eac2a 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -224,6 +224,11 @@ kde_source_files_enable_exceptions(
exiv2imageloader.cpp
imagemetainfomodel.cpp
timeutils.cpp
+ cms/cmsprofile.cpp
+ document/abstractdocumentimpl.cpp
+ document/document.cpp
+ document/loadingdocumentimpl.cpp
+ jpegcontent.cpp
)
ki18n_wrap_ui(gwenviewlib_SRCS
--
2.20.1