Fix up some QOpenGL includes

OpenGL-specific code here and there relied on qopenglfunctions.h pulled in
from some unrelated place. This was cleaned up in some previous commit so
add the necessary includes.

Change-Id: I9d9ff6c5faf9fc9d59d8e1cfd4fab05ebff4b4e0
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
This commit is contained in:
Laszlo Agocs 2016-04-12 10:33:49 +02:00
parent 96a7afec18
commit 3d2b9ef7ec
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#include "qquickframebufferobject.h"
#include <QtGui/QOpenGLFramebufferObject>
#include <QtGui/QOpenGLFunctions>
#include <private/qquickitem_p.h>
#include <QSGSimpleTextureNode>

View File

@ -45,6 +45,7 @@
#include <QtQuick/private/qsgshadersourcebuilder_p.h>
#include <QtQuick/private/qsgtexture_p.h>
#include <QtCore/qmutex.h>
#include <QtGui/qopenglfunctions.h>
QT_BEGIN_NAMESPACE