diff options
| author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2020-01-17 14:40:36 +0100 |
|---|---|---|
| committer | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2020-02-20 16:11:02 +0100 |
| commit | 4b611d649ede3bd1e56a73abcbd16aa60db38e3b (patch) | |
| tree | 6fd98bfdc95a3362981949d00e8237cfcfb1dd3a /examples/opengl/hellowindow/hellowindow.h | |
| parent | 012bb039e3c12d90546efcac84b1747b2a266c64 (diff) | |
Move QOpenGLShaderProgram from QtGui to QtOpenGL
Task-number: QTBUG-74409
Change-Id: I20dfafc0c9bf8e2b68b03e171d70c2cb4ad2bfaf
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'examples/opengl/hellowindow/hellowindow.h')
| -rw-r--r-- | examples/opengl/hellowindow/hellowindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/hellowindow/hellowindow.h b/examples/opengl/hellowindow/hellowindow.h index e6d7970cfc6..938c6409a4f 100644 --- a/examples/opengl/hellowindow/hellowindow.h +++ b/examples/opengl/hellowindow/hellowindow.h @@ -52,7 +52,7 @@ #include <QColor> #include <QMutex> -#include <QOpenGLShaderProgram> +#include <QtOpenGL/QOpenGLShaderProgram> #include <QOpenGLBuffer> #include <QSharedPointer> #include <QTimer> |
