summaryrefslogtreecommitdiffstats
path: root/examples/opengl/opengl.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-28 10:41:14 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-28 15:04:54 +0200
commit1cae2fdb864f2b67333a7c80742b8e493865b3f9 (patch)
treebafd094695be3bc3f1380a9f5d4ef65dd6b6b17b /examples/opengl/opengl.pro
parentd23c1a93234b2b0a8954c5c2d8affe8f2b930125 (diff)
Examples, plugins: Remove remains of qpa in profiles.
Change-Id: I0fc45c6c4df6d1f07472aec30b9e64b55db8e543 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'examples/opengl/opengl.pro')
-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