aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/configure.json')
-rw-r--r--src/quickcontrols2/configure.json76
1 files changed, 0 insertions, 76 deletions
diff --git a/src/quickcontrols2/configure.json b/src/quickcontrols2/configure.json
deleted file mode 100644
index ffefe17a..00000000
--- a/src/quickcontrols2/configure.json
+++ /dev/null
@@ -1,76 +0,0 @@
-{
- "module": "quickcontrols2",
-
- "commandline": {
- "options": {
- "style-fusion": { "type": "boolean", "name": "quickcontrols2-fusion" },
- "style-imagine": { "type": "boolean", "name": "quickcontrols2-imagine" },
- "style-material": { "type": "boolean", "name": "quickcontrols2-material" },
- "style-universal": { "type": "boolean", "name": "quickcontrols2-universal" },
- "style-macos": { "type": "boolean", "name": "quickcontrols2-macos" },
- "style-windows": { "type": "boolean", "name": "quickcontrols2-windows" }
- }
- },
-
- "features": {
- "quickcontrols2-basic": {
- "label": "Basic",
- "output": [ "privateFeature" ]
- },
- "quickcontrols2-fusion": {
- "label": "Fusion",
- "purpose": "Provides the platform agnostic desktop-oriented Fusion style.",
- "section": "Quick Controls 2",
- "condition": "features.quickcontrols2-basic",
- "output": [ "privateFeature" ]
- },
- "quickcontrols2-imagine": {
- "label": "Imagine",
- "purpose": "Provides a style based on configurable image assets.",
- "section": "Quick Controls 2",
- "condition": "features.quickcontrols2-basic",
- "output": [ "privateFeature" ]
- },
- "quickcontrols2-material": {
- "label": "Material",
- "purpose": "Provides a style based on the Material Design guidelines.",
- "section": "Quick Controls 2",
- "condition": "features.quickcontrols2-basic",
- "output": [ "privateFeature" ]
- },
- "quickcontrols2-universal": {
- "label": "Universal",
- "purpose": "Provides a style based on the Universal Design guidelines.",
- "section": "Quick Controls 2",
- "condition": "features.quickcontrols2-basic",
- "output": [ "privateFeature" ]
- },
- "quickcontrols2-macos": {
- "label": "macOS",
- "purpose": "Provides a native macOS desktop style.",
- "section": "Quick Controls 2",
- "condition": "features.quickcontrols2-basic",
- "output": [ "privateFeature" ]
- },
- "quickcontrols2-windows": {
- "label": "Windows",
- "purpose": "Provides a native Windows desktop style.",
- "section": "Quick Controls 2",
- "condition": "features.quickcontrols2-basic",
- "output": [ "privateFeature" ]
- }
- },
-
- "summary": [
- {
- "section": "Qt Quick Controls 2",
- "entries": [
- {
- "message": "Styles",
- "type": "featureList",
- "args": "quickcontrols2-basic quickcontrols2-fusion quickcontrols2-imagine quickcontrols2-material quickcontrols2-universal quickcontrols2-macos quickcontrols2-windows"
- }
- ]
- }
- ]
-}