aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-12-18 19:43:56 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-02-15 08:04:43 +0000
commitf254b0aa67a4656d25c7ea240efcd00084772f00 (patch)
treedd3a4305e4ac68d174f3e7998f6339e8e9f95d03 /src/qml/configure.json
parent268931e742908368a7eab7c16021601bb0a95dc5 (diff)
Add a feature for QML locale support
Change-Id: I1cfb2da317f52709011b67a68e87a73ed24ef6d6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/configure.json')
-rw-r--r--src/qml/configure.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/qml/configure.json b/src/qml/configure.json
index cf40049ee1..95a4dd5240 100644
--- a/src/qml/configure.json
+++ b/src/qml/configure.json
@@ -67,6 +67,12 @@
"features.qml-network"
],
"output": [ "privateFeature" ]
+ },
+ "qml-locale": {
+ "label": "QML Locale",
+ "purpose": "Provides support for locales in QML.",
+ "section": "QML",
+ "output": [ "privateFeature" ]
}
},
@@ -78,7 +84,8 @@
"qml-debug",
"qml-sequence-object",
"qml-list-model",
- "qml-xml-http-request"
+ "qml-xml-http-request",
+ "qml-locale"
]
}
]