<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - test-render-to-file.cpp"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100552">100552</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>test-render-to-file.cpp
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>trivial
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>atvservice@mail.bg
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>