summaryrefslogtreecommitdiffstats
path: root/configure.cmake
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.cmake
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.cmake')
-rw-r--r--configure.cmake8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.cmake b/configure.cmake
index 7b48332f6..5f5d6bd60 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -95,12 +95,7 @@ qt_feature("qtplugininfo" PRIVATE
qt_feature("windeployqt" PRIVATE
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 WIN32 OR WINRT
-)
-qt_feature("winrtrunner" PRIVATE
- LABEL "WinRT Runner Tool"
- PURPOSE "The WinRT Runner Tool installs, runs, and collects test results for packages made with Qt."
- CONDITION WINRT
+ CONDITION WIN32
)
qt_configure_add_summary_section(NAME "Qt Tools")
qt_configure_add_summary_entry(ARGS "assistant")
@@ -120,7 +115,6 @@ qt_configure_add_summary_entry(ARGS "qtdiag")
qt_configure_add_summary_entry(ARGS "qtpaths")
qt_configure_add_summary_entry(ARGS "qtplugininfo")
qt_configure_add_summary_entry(ARGS "windeployqt")
-qt_configure_add_summary_entry(ARGS "winrtrunner")
qt_configure_end_summary_section() # end of "Qt Tools" section
qt_configure_add_report_entry(
TYPE WARNING