summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/configure.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/configure.cmake b/src/tools/configure.cmake
index 8c474046ef..86b9fa7000 100644
--- a/src/tools/configure.cmake
+++ b/src/tools/configure.cmake
@@ -8,12 +8,14 @@ qt_feature("macdeployqt" PRIVATE
SECTION "Deployment"
LABEL "macOS deployment tool"
PURPOSE "The Mac deployment tool automates the process of creating a deployable application bundle that contains the Qt libraries as private frameworks."
+ AUTODETECT CMAKE_HOST_APPLE
CONDITION MACOS)
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."
+ AUTODETECT CMAKE_HOST_WIN32
CONDITION WIN32)
qt_feature("qmake" PRIVATE