diff options
author | Eric Hameleers <alien@slackware.com> | 2017-06-25 12:46:41 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-06-25 12:46:41 +0200 |
commit | 3099659954b53ec4362258745bdca190d54e0a59 (patch) | |
tree | e4ef251b6ac979a738f5da6825cf89cf75a5269d /kde/patch/krita | |
parent | 2e70c8e4eec359b7f06aaf60a2f6048fe526671f (diff) | |
download | ktown-3099659954b53ec4362258745bdca190d54e0a59.tar.gz ktown-3099659954b53ec4362258745bdca190d54e0a59.tar.xz |
krita needs a patch to compile against Qt 5.9
Diffstat (limited to 'kde/patch/krita')
-rw-r--r-- | kde/patch/krita/krita_qt59.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kde/patch/krita/krita_qt59.patch b/kde/patch/krita/krita_qt59.patch new file mode 100644 index 0000000..f517995 --- /dev/null +++ b/kde/patch/krita/krita_qt59.patch @@ -0,0 +1,26 @@ +Source: https://github.com/KDE/krita/commit/2f59d0d1.patch + +From 2f59d0d1d91e3f79342c20d0df68aa9a51817e8d Mon Sep 17 00:00:00 2001 +From: Luca Beltrame <lbeltrame@kde.org> +Date: Sat, 6 May 2017 16:00:21 +0200 +Subject: [PATCH] Drop QForeachContainer include and fix Qt 5.9 build + +It's not used anywhere. + +Acked by boud. +--- + libs/ui/KisResourceBundleManifest.cpp | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/libs/ui/KisResourceBundleManifest.cpp b/libs/ui/KisResourceBundleManifest.cpp +index e4f94ca788..83761657d8 100644 +--- a/libs/ui/KisResourceBundleManifest.cpp ++++ b/libs/ui/KisResourceBundleManifest.cpp +@@ -22,7 +22,6 @@ + #include <QDomElement> + #include <QDomNode> + #include <QDomNodeList> +-#include <QForeachContainer> + + #include <KoXmlNS.h> + #include <KoXmlReader.h> |