aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-05-02 17:29:54 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-03 13:03:43 +0200
commit8867be2d1d92e981ed736330f036a681ce4b520b (patch)
treee747a789684c2f5fa4392ba7faf2d84568a1b065 /examples
parentb9ccb579c4c93f23e6ceeea26b07d418ad4e5562 (diff)
Remove QSGEngine
Change-Id: Iaab0d9f607b1f4ca6dfb13495a456d1b31bb980a Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/openglunderqml/squircle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/openglunderqml/squircle.cpp b/examples/quick/openglunderqml/squircle.cpp
index d15295a0ba..c25e28c12f 100644
--- a/examples/quick/openglunderqml/squircle.cpp
+++ b/examples/quick/openglunderqml/squircle.cpp
@@ -41,7 +41,6 @@
#include "squircle.h"
-#include <QtQuick/qsgengine.h>
#include <QtQuick/qquickcanvas.h>
#include <QOpenGLShaderProgram>