summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/corelib/corelib.pro2
-rw-r--r--examples/opengl/opengl.pro5
-rw-r--r--examples/widgets/statemachine/statemachine.pro6
3 files changed, 5 insertions, 8 deletions
diff --git a/examples/corelib/corelib.pro b/examples/corelib/corelib.pro
index db15633f56..31c3a2b164 100644
--- a/examples/corelib/corelib.pro
+++ b/examples/corelib/corelib.pro
@@ -8,5 +8,5 @@ SUBDIRS = \
tools
!emscripten: SUBDIRS += \
- threads \
+ threads
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index 5a1765ac99..6b92e404b9 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -1,9 +1,8 @@
TEMPLATE = subdirs
-SUBDIRS = paintedwindow \
+SUBDIRS = hellowindow \
+ paintedwindow \
qopenglwindow
-!emscripten: SUBDIRS += \
- hellowindow
qtHaveModule(widgets) {
SUBDIRS += contextinfo \
diff --git a/examples/widgets/statemachine/statemachine.pro b/examples/widgets/statemachine/statemachine.pro
index 8b137b318a..cd9204683f 100644
--- a/examples/widgets/statemachine/statemachine.pro
+++ b/examples/widgets/statemachine/statemachine.pro
@@ -1,9 +1,7 @@
TEMPLATE = subdirs
-SUBDIRS = \
-!emscripten: SUBDIRS += \
- factorial \
- pingpong
+SUBDIRS += factorial \
+ pingpong
qtHaveModule(widgets) {
SUBDIRS += \