meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
qt5:issues [2018/06/13 12:27] niziakqt5:issues [2018/06/13 12:34] (current) niziak
Line 1: Line 1:
 +====== QtWidgets/QApplication: No such file or directory ======
 +When compiling project using QT4.8:
 +<code>
 +fatal error: QtWidgets/QApplication: No such file or directory
 + #include <QtWidgets/QApplication>
 +</code>
 +
 +Wrong include in file (for QT5)
 +Should be 
 +<file | main.cpp>
 + #include <QApplication>
 +</file>
 +<file | main.pro>
 +TEMPLATE += app
 +QT += gui declarative
 +SOURCES += main.cpp
 +</file>
 +
 +
 +====== libQt5OpenGL.so.5: cannot open shared object file ======
 <code> <code>
 Got keys from plugin meta data ("gstreamermediaplayer") Got keys from plugin meta data ("gstreamermediaplayer")