Fix build on Qt 5.14
AbandonedPublic

Authored by apol on Dec 9 2019, 11:21 AM.

Details

Reviewers
None
Group Reviewers
KDE PIM

Diff Detail

Repository
R165 Akonadi
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19616
Build 19634: arc lint + arc unit
apol created this revision.Dec 9 2019, 11:21 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptDec 9 2019, 11:21 AM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
apol requested review of this revision.Dec 9 2019, 11:21 AM
ognarb added a subscriber: ognarb.Dec 9 2019, 11:33 AM

This looks strange

#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)

...

#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))

...

#endif
#endif
apol added a comment.Dec 9 2019, 11:53 AM

LOL my bad

apol abandoned this revision.Dec 9 2019, 11:53 AM