On 26/10/2015 23:14, Richard Shaw wrote:
Hi Richard,
On Mon, Oct 26, 2015 at 6:08 PM, Bill Somerville <g4...@classdesign.com <mailto:g4...@classdesign.com>> wrote:

    It is a newer Qt issue, they reorganized some header files and
    v1.5 does
    not build with QT >= 5.4. I had not worried about it since a v1.6.0
    release is probably more likely than a v1.5.1 release.

    If you really need to build V1.5 on FC22 then a bugfix release
    could be
    tagged.


I could just patch it if you have something handy.
Attached.

Thanks,
Richard
73
Bill
G4WJS.
commit ee27a8dafdfa54f3d4f4d786570e100944da33e5
Author: bsomervi <bsomervi@ab8295b8-cf94-4d9e-aec4-7959e3be5d79>
Date:   Mon Oct 26 23:42:26 2015 +0000

    Qt>=5.4 compatibility
    
    git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.5@6007 
ab8295b8-cf94-4d9e-aec4-7959e3be5d79

diff --git a/WFPalette.hpp b/WFPalette.hpp
index 271ca53..69a2b85 100644
--- a/WFPalette.hpp
+++ b/WFPalette.hpp
@@ -1,6 +1,7 @@
 #ifndef W_F_PALETTE_HPP__
 #define W_F_PALETTE_HPP__
 
+#include <QMetaType>
 #include <QList>
 #include <QVector>
 #include <QColor>
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to