summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl_es2/hellogl_es2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl_es2/hellogl_es2.pro')
-rw-r--r--examples/opengl/hellogl_es2/hellogl_es2.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/hellogl_es2/hellogl_es2.pro b/examples/opengl/hellogl_es2/hellogl_es2.pro
index 4061a0f678..2eef986ed2 100644
--- a/examples/opengl/hellogl_es2/hellogl_es2.pro
+++ b/examples/opengl/hellogl_es2/hellogl_es2.pro
@@ -17,7 +17,7 @@ HEADERS += mainwindow.h
HEADERS += bubble.h
RESOURCES += texture.qrc
-QT += opengl
+QT += opengl widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es2