[Poppler-bugs] [Bug 94937] New: Wrong header in test-render-to-file.cpp

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 14 19:45:09 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94937

            Bug ID: 94937
           Summary: Wrong header in test-render-to-file.cpp
           Product: poppler
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: critical
          Priority: medium
         Component: qt frontend
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: poubelle at freebyte.fr

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160414/cc67bab7/attachment.html>


More information about the Poppler-bugs mailing list