[Poppler-bugs] [Bug 100552] New: test-render-to-file.cpp

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 4 11:41:18 UTC 2017


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

            Bug ID: 100552
           Summary: test-render-to-file.cpp
           Product: poppler
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: trivial
          Priority: medium
         Component: general
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: atvservice at mail.bg

CXX      test-render-to-file.o
test-render-to-file.cpp:3:27: fatal error: QGuiApplication: No such file or
directory
compilation terminated.
Makefile:1115: recipe for target 'test-render-to-file.o' failed
make[3]: *** [test-render-to-file.o] Error 1
make[3]: *** Waiting for unfinished jobs....
stress-threads-qt5.cpp: In member function ‘virtual void CrazyThread::run()’:

Qt is installed in /opt/Qt5.7.0/
all environment variables regarding it are set properly.
seems the same as Bug ID: 94937 which was rejected/stated invalid ;)


--- ../hbs/poppler/qt5/tests/test-render-to-file.cpp    2016-06-20
19:19:21.698190618 +0300
+++ ../hbs.working/poppler/qt5/tests/test-render-to-file.cpp    2016-06-20
15:44:11.796130011 +0300
@@ -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/20170404/ecae038e/attachment.html>


More information about the Poppler-bugs mailing list