Ensure compatibility with Qt <5.10
ClosedPublic

Authored by awilcox on Apr 18 2019, 11:25 PM.

Details

Summary

Qt::AA_CompressTabletEvents was added in Qt 5.10. Use preprocessor check
to avoid build failures on 5.9 LTS or 5.8 (the minimum version).

Test Plan

Build against Qt 5.9 LTS and 5.12 LTS. Both built successfully.

Diff Detail

Repository
R223 Okular
Lint
Lint Skipped
Unit
Unit Tests Skipped
awilcox requested review of this revision.Apr 18 2019, 11:25 PM
awilcox created this revision.
aacid accepted this revision.Apr 20 2019, 9:56 AM
This revision is now accepted and ready to land.Apr 20 2019, 9:56 AM
This revision was automatically updated to reflect the committed changes.