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>
This commit is contained in:
Lorn Potter 2018-08-29 15:22:58 +10:00
parent cd60b78765
commit 9f5b63a337

View File

@ -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": {