aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/quickcontrols2/configure.json76
-rw-r--r--src/quicktemplates2/configure.json28
2 files changed, 0 insertions, 104 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"
- }
- ]
- }
- ]
-}
diff --git a/src/quicktemplates2/configure.json b/src/quicktemplates2/configure.json
deleted file mode 100644
index 030e668b..00000000
--- a/src/quicktemplates2/configure.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "module": "quicktemplates2",
-
- "features": {
- "quicktemplates2-hover": {
- "label": "Hover support",
- "purpose": "Provides support for hover effects.",
- "section": "Quick Templates 2",
- "output": [ "privateFeature" ]
- },
- "quicktemplates2-multitouch": {
- "label": "Multi-touch support",
- "purpose": "Provides support for multi-touch.",
- "section": "Quick Templates 2",
- "output": [ "privateFeature" ]
- }
- },
-
- "summary": [
- {
- "section": "Qt Quick Templates 2",
- "entries": [
- "quicktemplates2-hover",
- "quicktemplates2-multitouch"
- ]
- }
- ]
-}