Compile in namespaced builds
Change-Id: I2894fbadec50286c0831bf381d149b54ade9182d Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
parent
c4015f13f3
commit
c48cc28c36
@ -46,11 +46,15 @@
|
|||||||
#include <QVector3D>
|
#include <QVector3D>
|
||||||
#include "../hellogl2/logo.h"
|
#include "../hellogl2/logo.h"
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
class QOpenGLTexture;
|
class QOpenGLTexture;
|
||||||
class QOpenGLShaderProgram;
|
class QOpenGLShaderProgram;
|
||||||
class QOpenGLBuffer;
|
class QOpenGLBuffer;
|
||||||
class QOpenGLVertexArrayObject;
|
class QOpenGLVertexArrayObject;
|
||||||
|
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
class GLWindow : public QOpenGLWindow
|
class GLWindow : public QOpenGLWindow
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Loading…
Reference in New Issue
Block a user