[Poppler-bugs] [Bug 96596] New: tests compile errors with non-standart Qt install folder : e.g. /opt/Qt5.7.0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 20 13:01:51 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=96596
Bug ID: 96596
Summary: tests compile errors with non-standart Qt install
folder : e.g. /opt/Qt5.7.0
Product: poppler
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: medium
Component: qt frontend
Assignee: poppler-bugs at lists.freedesktop.org
Reporter: atvservice at mail.bg
diff --git a/qt5/tests/test-render-to-file.cpp
b/qt5/tests/test-render-to-file.cpp
index 5f86da4..9a940a8 100644
--- a/qt5/tests/test-render-to-file.cpp
+++ b/qt5/tests/test-render-to-file.cpp
@@ -1,7 +1,8 @@
#include <QtCore/QDebug>
#include <QtCore/QFile>
-#include <QGuiApplication>
-#include <QImage>
+//#include <QGuiApplication>
+#include <QtWidgets/QApplication>
+#include <QtGui/QImage>
#include <poppler-qt5.h>
--
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/20160620/c8e7b464/attachment.html>
More information about the Poppler-bugs
mailing list