~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to pdf-plugin.pro

  • Committer: Adam Reichold
  • Date: 2014-03-06 20:07:30 UTC
  • Revision ID: adam.reichold@t-online.com-20140306200730-spu6e9mzu3afcqg3
Implement wants-right-to-left-mode in Poppler plug-in in preparation of Poppler's 0.26 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    system(pkg-config --atleast-version=0.20.1 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_20
30
30
    system(pkg-config --atleast-version=0.22 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_22
31
31
    system(pkg-config --atleast-version=0.24 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_24
 
32
    system(pkg-config --atleast-version=0.26 $${poppler_qt_pkg}):DEFINES += HAS_POPPLER_26
32
33
} else {
33
34
    DEFINES += $$PDF_PLUGIN_DEFINES
34
35
    INCLUDEPATH += $$PDF_PLUGIN_INCLUDEPATH