Index: head/editors/calligraplan/files/patch-git_a7ebecb =================================================================== --- head/editors/calligraplan/files/patch-git_a7ebecb (nonexistent) +++ head/editors/calligraplan/files/patch-git_a7ebecb (revision 478955) @@ -0,0 +1,98 @@ +From a7ebecb9fbee2190e649c44ed53f1299013baa30 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sun, 18 Mar 2018 11:56:57 +0100 +Subject: [PATCH] Fix build with Qt 5.11 (missing headers) + +Reviewers: #calligra:_3.0, anthonyfieroni, danders + +Reviewed By: #calligra:_3.0, anthonyfieroni, danders + +Subscribers: anthonyfieroni, danders + +Tags: #calligra:_3.0 + +Differential Revision: https://phabricator.kde.org/D11454 + +--- src/kptview.h.orig 2018-01-26 09:24:44 UTC ++++ src/kptview.h +@@ -28,6 +28,7 @@ + #include "kptcontext.h" + #include "kptviewbase.h" + ++#include + #include + #include + +--- src/kptviewlist.cpp.orig 2018-01-26 09:24:44 UTC ++++ src/kptviewlist.cpp +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + #include + + #include +--- src/libs/ui/kptaccountseditor.cpp.orig 2018-01-26 09:24:44 UTC ++++ src/libs/ui/kptaccountseditor.cpp +@@ -40,6 +40,7 @@ + #include + #include + #include ++#include + + #include + #include +--- src/libs/ui/kptdocumentspanel.h.orig 2018-01-26 09:24:44 UTC ++++ src/libs/ui/kptdocumentspanel.h +@@ -26,6 +26,7 @@ + + #include "kptdocuments.h" + ++#include + #include + #include + +--- src/libs/ui/kptitemviewsettup.cpp.orig 2018-01-26 09:24:44 UTC ++++ src/libs/ui/kptitemviewsettup.cpp +@@ -25,8 +25,8 @@ + + #include "KoPageLayoutWidget.h" + ++#include + #include +- + + namespace KPlato + { +--- src/libs/ui/kpttaskeditor.cpp.orig 2018-01-26 09:24:44 UTC ++++ src/libs/ui/kpttaskeditor.cpp +@@ -45,6 +45,7 @@ + #include + #include + #include ++#include + #include + + #include +--- src/libs/ui/reportsgenerator/ReportsGeneratorView.cpp.orig 2018-01-26 09:24:44 UTC ++++ src/libs/ui/reportsgenerator/ReportsGeneratorView.cpp +@@ -31,6 +31,7 @@ + #include + + #include ++#include + #include + #include + #include +--- src/libs/widgets/KoPageLayoutWidget.cpp.orig 2018-01-26 09:24:44 UTC ++++ src/libs/widgets/KoPageLayoutWidget.cpp +@@ -23,6 +23,8 @@ + + #include + ++#include ++ + class Q_DECL_HIDDEN KoPageLayoutWidget::Private + { + public: Property changes on: head/editors/calligraplan/files/patch-git_a7ebecb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property