When compiling poppler with qt5 support, it appears that in file : qt5/tests/test-render-to-file.cpp there is a problem in the header : #include <QGuiApplication> #include <QImage> should be replaced with : #include <QtGui/QGuiApplication> #include <QtGui/QImage>
#include <QGuiApplication> is correct. Why are you saying it is not?
No answer -> invalid
Sorry I forgot to answer. Yes I'm saying that for compiling on my Mac OS it doesn't work without changing to #include <QtGui/QGuiApplication> #include <QtGui/QImage> I compile Poppler-Qt since a long time on Mac, and this bug appeared since upgrade to Qt5.
you can either provide a "proper" patch, no changing #include <QGuiApplication> to #include <QtGui/QGuiApplication> is not proper. Or you can find what's wrong with your Qt installation
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.