Page MenuHomePhabricator

Update Qwt to 6.1.2 to be compatible to Qt 5.4
Closed, ResolvedPublic

Description

Found in the Qwt mailing list:

it seems that QT_STATIC_CONST got removed from qglobal.h
(see
https://qt.gitorious.org/qt/qtbase/commit/11c30f9705e796ebabcdd868bce3ad3664cc06eb
I noticed when updating to Qt 5.4).
The only place this still is in use in Qwt appears to be src/qwt_transform.h.

Fixed in SVN + I will have to do a Qwt 6.1.2 release, when Qt 5.4 has
been released.

Thanks for reporting,
Uwe

Event Timeline

Added patch to make our current Qwt compile with Qt 5.4

Will add a custom build step for Qwt to patch automatically.

User kislinsk has pushed new remote branch:

bug-18501-Qwt-6.1.0-Qt-5.4

User kislinsk has pushed new remote branch:

bug-18501-Qwt610Qt54

[c673fd]: Merge branch 'bug-18501-Qwt610Qt54'

Merged commits:

2014-12-19 13:45:21 Stefan Kislinskiy [e29961]
Made Qwt compatible to latest Qt version.