aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/configure.json
diff options
context:
space:
mode:
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"
]
}
]