aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-10-18 09:13:10 +0200
committerLiang Qi <liang.qi@qt.io>2018-10-18 08:17:02 +0000
commitc39b6a4a44b852ee7219466f46022dec8b76eae4 (patch)
tree81f7d4d5d2d5f4926dec294e8e0c9c366a20c267 /src/qml/configure.json
parent5b39daf40d8d6dae7716b7161ee165e39ce02241 (diff)
qtlite: qml-preview depends on features.filesystemwatcher
Fixes: QTBUG-71191 Change-Id: Ia55fcf3a1b4061fc1fd096a306b4664d1ac3cad9 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/configure.json')
-rw-r--r--src/qml/configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index 9d30dd7be2..aea62c3439 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -44,6 +44,7 @@
"section": "QML",
"condition": [
"features.commandlineparser",
+ "features.filesystemwatcher",
"features.qml-network && features.localserver",
"features.process",
"features.qml-debug"