Skip to content

PdfImport: Fix compile with newer poppler

Albert Astals Cid requested to merge work/aacid/compile_newer_poppler into master

Brings a dependency on poppler-qt5 to be able to include the version header, honestly it's not strictly needed, one could do a check_cxx_source_compiles, but I don't care about Calligra enough to spend more time making it compile while it's using poppler the wrong way.

Merge request reports