summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/opengl.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index a5d5dbcfaf..5b20a62474 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -22,10 +22,8 @@ contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
textures
}
-qpa {
- SUBDIRS += hellowindow
- SUBDIRS += paintedwindow
-}
+SUBDIRS += hellowindow \
+ paintedwindow
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl