Remove mentioning of UWP from windeployqt's configure summary

Qt's UWP port has been dropped for Qt 6.0.

Pick-to: 6.5 6.2
Change-Id: I72f2cfbd1234110a0bd0c15669fa326328d4d08c
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 3f680c14799c4cceefd96ed3d07dcc75725eb646)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 188fac6453c748695ff7ca0d564ee1c43235917a)
This commit is contained in:
Oliver Wolff 2023-12-13 08:39:41 +01:00 committed by Qt Cherry-pick Bot
parent 4c674c8bde
commit 2f96047a8c

View File

@ -17,7 +17,7 @@ qt_feature("macdeployqt" PRIVATE
qt_feature("windeployqt" PRIVATE
SECTION "Deployment"
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."
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. The folder can be easily bundled into an installation package."
AUTODETECT CMAKE_HOST_WIN32
CONDITION WIN32)