mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
qt: Only include qtgui-config.h on qt >= 5.9.0
The file does not exist in previous versions
This commit is contained in:
parent
20d51d876f
commit
115fb15a40
1 changed files with 3 additions and 0 deletions
|
@ -24,7 +24,10 @@
|
|||
* warnings/errors */
|
||||
|
||||
#include <gst/gl/gstglconfig.h>
|
||||
#include <QtCore/qglobal.h>
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 9, 0))
|
||||
#include <QtGui/qtgui-config.h>
|
||||
#endif
|
||||
|
||||
#if defined(QT_OPENGL_ES_2) && GST_GL_HAVE_WINDOW_ANDROID
|
||||
#define GLsync gst_qt_GLsync
|
||||
|
|
Loading…
Reference in a new issue