<table><tr><td style="">asturmlechner retitled this revision from "Add missing header when building with AvogadroLibs support" to "Fix build with Qt5.11 (missing QGLFormat header w/ AvogadroLibs support)".<br />asturmlechner edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-5sdki7xohlr6ac4/">(Show Details)</a>
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D12038">View Revision</a></tr></table><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;"><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">```<br />
/var/tmp/portage/kde-apps/kalzium-18.03.90/work/kalzium-18.03.90/src/kalzium.cpp: In member function ‘MoleculeDialog* Kalzium::slotMoleculeviewer()’:<br />
/var/tmp/portage/kde-apps/kalzium-18.03.90/work/kalzium-18.03.90/src/kalzium.cpp:381:10: error: ‘QGLFormat’ has not been declared<br />
     if (!QGLFormat::hasOpenGL()) {<br />
          ^~~~~~~~~<br />
```<br />
<br />
QGLFormat is used in the following ifdef-block:<br />
```<br />
#if defined(HAVE_OPENBABEL2) && defined(HAVE_EIGEN) && defined(HAVE_AVOGADRO)<br />
<br />
    if (!QGLFormat::hasOpenGL()) {<br />
        QMessageBox::critical(Q_NULLPTR, i18n("Kalzium Error"), i18n("This system does not support OpenGL."));<br />
        return NULL;<br />
    }<br />
```</span></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R326 Kalzium</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12038">https://phabricator.kde.org/D12038</a></div></div><br /><div><strong>To: </strong>asturmlechner, KDE Edu<br /><strong>Cc: </strong>narvaez, apol<br /></div>