summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-06-04 18:52:57 +1000
committerLorn Potter <lorn.potter@gmail.com>2018-06-05 04:25:23 +0000
commit313dba2d81735313b4d245ed4d463bb1ce6619de (patch)
tree27b954312b748dbffbf6256913c842e9e8311223 /examples
parentb2443982525c36c8557acf28feed3fa34518d034 (diff)
wasm: cleanup pro and friends files
Change-Id: I18630bf58c761162a5196c4c81da6c4208260fc2 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
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 += \