summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-08-29 15:22:58 +1000
committerLorn Potter <lorn.potter@gmail.com>2018-09-28 02:22:24 +0000
commit9f5b63a337fa6f0ec8eb3e3b365d6b6410a22d2c (patch)
tree9dbf67caa8219eb53dcfdde485637c3721268d48
parentcd60b787651ac682595fe40f40c8778c518c5517 (diff)
wasm: enable filesystemmodel for nothread
Task-number: QTBUG-70005 Change-Id: I10b09c1681716b4610147b57db14bce7b0f91b47 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
-rw-r--r--src/widgets/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index 0015c9160a..b3a5227d26 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -81,7 +81,7 @@
"label": "QFileSystemModel",
"purpose": "Provides a data model for the local filesystem.",
"section": "File I/O",
- "condition": "features.itemmodel && features.thread",
+ "condition": "features.itemmodel",
"output": [ "publicFeature", "feature" ]
},
"itemviews": {