aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/configure.json
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-05-31 13:48:57 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-05-31 12:17:54 +0000
commitc70ffcd0f1c21338df36bcfe276b57c8dbad0d50 (patch)
tree9f13a66a8b045bfc6352e92bec583d647e9525d8 /src/quickcontrols2/configure.json
parent089dd16fb6ea44d68201780e05cf08d0c5add580 (diff)
Update configure.json for the Fusion style
The sections were added while the Fusion style was under development. Now that the purpose-field becomes shorter since doesn't have to repeat "QQC2", we can make it more descriptive by mentioning also that it's a desktop-oriented style. Change-Id: Iffd4ee56d8f33d5b98a6c7842ed43dcd96991995 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quickcontrols2/configure.json')
-rw-r--r--src/quickcontrols2/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quickcontrols2/configure.json b/src/quickcontrols2/configure.json
index 6cf0dc5f..0f26d39c 100644
--- a/src/quickcontrols2/configure.json
+++ b/src/quickcontrols2/configure.json
@@ -16,7 +16,8 @@
},
"quickcontrols2-fusion": {
"label": "Fusion",
- "purpose": "Provides a platform agnostic Fusion style for the Qt Quick Controls 2",
+ "purpose": "Provides the platform agnostic desktop-oriented Fusion style.",
+ "section": "Quick Controls 2",
"condition": "features.quickcontrols2-default",
"output": [ "privateFeature" ]
},