aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-12-20 11:06:06 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-02-09 12:02:21 +0000
commitc290197f8229829aad9bb6fad53685a9c121df02 (patch)
treeda8a657c68d1d8a5a36bf57175f0e9011eaa0e82 /src/qml/configure.json
parent8c33c7022cf427b64fbd2729d38d6abdbe33a6e1 (diff)
Add a feature for qmldevtools
Change-Id: I45cc33c7d5efec6604152a94f26ee83df940d9e7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/configure.json')
-rw-r--r--src/qml/configure.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index b744ea6948..3bb7b8ce54 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -39,6 +39,12 @@
"features.xmlstreamwriter"
],
"output": [ "privateFeature" ]
+ },
+ "qml-devtools": {
+ "label": "QML Development Tools",
+ "purpose": "Provides the QmlDevtools library and various utilities.",
+ "section": "QML",
+ "output": [ "privateFeature" ]
}
},