summaryrefslogtreecommitdiffstats
path: root/examples/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/opengl.pro')
-rw-r--r--examples/opengl/opengl.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index 7c055d2a82..cf5329c55d 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -10,7 +10,8 @@ qtHaveModule(widgets) {
2dpainting \
hellogl2
- !wince*: SUBDIRS += qopenglwidget \
- cube \
- textures
+ !wince: SUBDIRS += \
+ qopenglwidget \
+ cube \
+ textures
}