From 188fac6453c748695ff7ca0d564ee1c43235917a Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 13 Dec 2023 08:39:41 +0100 Subject: [PATCH] Remove mentioning of UWP from windeployqt's configure summary Qt's UWP port has been dropped for Qt 6.0. Pick-to: 6.6 6.5 6.2 Change-Id: I72f2cfbd1234110a0bd0c15669fa326328d4d08c Reviewed-by: Joerg Bornemann (cherry picked from commit 3f680c14799c4cceefd96ed3d07dcc75725eb646) Reviewed-by: Qt Cherry-pick Bot --- src/tools/configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/configure.cmake b/src/tools/configure.cmake index ac6c7e2aa59..f813b727ba3 100644 --- a/src/tools/configure.cmake +++ b/src/tools/configure.cmake @@ -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)