aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wsjtx/files/patch-WFPalette.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'comms/wsjtx/files/patch-WFPalette.hpp')
-rw-r--r--comms/wsjtx/files/patch-WFPalette.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/wsjtx/files/patch-WFPalette.hpp b/comms/wsjtx/files/patch-WFPalette.hpp
new file mode 100644
index 000000000000..31235ea3f1f7
--- /dev/null
+++ b/comms/wsjtx/files/patch-WFPalette.hpp
@@ -0,0 +1,14 @@
+Fix build with Qt >= 5.5:
+
+./WFPalette.hpp:53:1: error: unknown type name 'Q_DECLARE_METATYPE'
+Q_DECLARE_METATYPE (WFPalette::Colours);
+--- WFPalette.hpp.orig 2016-01-21 09:38:31 UTC
++++ WFPalette.hpp
+@@ -4,6 +4,7 @@
+ #include <QList>
+ #include <QVector>
+ #include <QColor>
++#include <QMetaType>
+
+ class QString;
+