aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-05-08 10:41:46 +1000
committerLorn Potter <lorn.potter@gmail.com>2018-05-14 08:22:47 +0000
commit7e22af4bfdfd736e624321924eaae0e0d36940c7 (patch)
treeb4f46f0ee995b2751022c4ddedb2822e106214c0 /examples/quick
parent809d305f938177cfb8488dc7fbfc28bc8eef9d20 (diff)
webassembly: fix for crash and assert on no thread and wasm builds
This change requires moveToThread change in qtbase Change-Id: Idf35af4b416f577dabb91f749929dbfe5c88a0f0 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/quick.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro
index ef51d98d44..5a4d0c9931 100644
--- a/examples/quick/quick.pro
+++ b/examples/quick/quick.pro
@@ -21,12 +21,13 @@ SUBDIRS = quick-accessibility \
tutorials \
customitems \
imageprovider \
- imageresponseprovider \
window \
particles \
shapes \
demos
-
+qtConfig(thread) {
+SUBDIRS = imageresponseprovider
+}
#OpenGL Support Required
qtConfig(opengl(es1|es2)?) {
SUBDIRS += \