From 0e2bd245352b27d1f94a192caa492d181b034f34 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 18 Nov 2019 02:54:42 +0100 Subject: [PATCH] plume-creator: add patch for qt5.13+ --- srcpkgs/plume-creator/patches/qt5.13.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 srcpkgs/plume-creator/patches/qt5.13.patch diff --git a/srcpkgs/plume-creator/patches/qt5.13.patch b/srcpkgs/plume-creator/patches/qt5.13.patch new file mode 100644 index 00000000000..bf543ff6ca0 --- /dev/null +++ b/srcpkgs/plume-creator/patches/qt5.13.patch @@ -0,0 +1,9 @@ +--- src/newProjectWizard/selectpage.cpp 2013-11-06 14:12:32.000000000 +0100 ++++ - 2019-11-18 02:47:15.027471998 +0100 +@@ -1,5 +1,6 @@ + #include "selectpage.h" + #include "ui_selectpage.h" ++#include + + SelectPage::SelectPage(QWidget *parent) : + QWizardPage(parent),