D20678: Ensure compatibility with Qt <5.10

2019-04-20 Thread Albert Astals Cid
aacid added a comment.


  Thanks :)

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D20678

To: awilcox, aacid
Cc: okular-devel, joaonetto, tfella, ngraham, darcyshen, aacid


D20678: Ensure compatibility with Qt <5.10

2019-04-20 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes.
Closed by commit R223:29ac9b2302d4: Fix build with Qt 5.10 (authored by 
awilcox, committed by aacid).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D20678?vs=56573=56615#toc

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D20678?vs=56573=56615

REVISION DETAIL
  https://phabricator.kde.org/D20678

AFFECTED FILES
  shell/main.cpp

To: awilcox, aacid
Cc: okular-devel, joaonetto, tfella, ngraham, darcyshen, aacid


D20678: Ensure compatibility with Qt <5.10

2019-04-20 Thread Albert Astals Cid
aacid accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D20678

To: awilcox, aacid
Cc: okular-devel, joaonetto, tfella, ngraham, darcyshen, aacid


D20678: Ensure compatibility with Qt <5.10

2019-04-18 Thread A. Wilcox
awilcox created this revision.
awilcox added a project: Okular.
awilcox requested review of this revision.

REVISION 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.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D20678

AFFECTED FILES
  shell/main.cpp

To: awilcox
Cc: okular-devel, joaonetto, tfella, ngraham, darcyshen, aacid