summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2020-08-05 11:31:58 +0200
committerOliver Wolff <oliver.wolff@qt.io>2020-08-06 07:40:04 +0200
commitc14e73f3c1016a38c8f95de3e9758195a2a4cef7 (patch)
treec7fd82bf2e4e9feb281384c5171f950d315d8de9 /configure.json
parent005f6f0bb3139a9d90daabab06bab2b346eb9de4 (diff)
Remove winrt specific code
Task-number: QTBUG-84434 Change-Id: I9c3a661e490f3dccea893e213939953465d8970e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: André de la Rocha <andre.rocha@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json11
1 files changed, 2 insertions, 9 deletions
diff --git a/configure.json b/configure.json
index 2ff580062..3442f8cb5 100644
--- a/configure.json
+++ b/configure.json
@@ -111,13 +111,7 @@
"windeployqt": {
"label": "Windows deployment tool",
"purpose": "The Windows deployment tool is designed to automate the process of creating a deployable folder containing the Qt-related dependencies (libraries, QML imports, plugins, and translations) required to run the application from that folder. It creates a sandbox for Universal Windows Platform (UWP) or an installation tree for Windows desktop applications, which can be easily bundled into an installation package.",
- "condition": "config.win32 || config.winrt",
- "output": [ "privateFeature" ]
- },
- "winrtrunner": {
- "label": "WinRT Runner Tool",
- "purpose": "The WinRT Runner Tool installs, runs, and collects test results for packages made with Qt.",
- "condition": "config.winrt",
+ "condition": "config.win32",
"output": [ "privateFeature" ]
}
},
@@ -157,8 +151,7 @@ On Windows, you must set LLVM_INSTALL_DIR to the installation path."
"qtdiag",
"qtpaths",
"qtplugininfo",
- "windeployqt",
- "winrtrunner"
+ "windeployqt"
]
}
]