Closed jbeich closed 1 year ago
Yes, that is a known issue.
The Qt6 interface of poppler was not available yet when @luisangelsm started working on the Qt6 port, so we did the same as you and just built with no_pdf. I am looking into supporting poppler-qt6 right now, but as this contains some subtle API changes, I will probably end up doing some refactoring on the other parts of our PDF backend as well so it does not end up as a larger mess of conditional #ifdefs than it already is.
If you are interested, I can either:
PDFium isn't packaged on BSDs yet, so the workaround is to disable PDF via
CONFIG+=no_pdf
.