summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2022-12-13 09:59:31 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-12-13 20:26:23 +0000
commitd14be072cbe83ea4e4f984c232571e53c54875f3 (patch)
tree6aa14b87c181ff4756f6dffaa0b66e78647e5416 /cmake
parent7732e042f3b31d0b63b7dd25d3948ef3f50a3efd (diff)
downloadqtbase-d14be072cbe83ea4e4f984c232571e53c54875f3.tar.gz
Remove the incorrectly added extra .bat
The .bat extension was already handled for, __qt_cmake_private_path, and adding the extra one was causing an issue where qt-cmake-standalone-test was calling qt-cmake-private.bat.bat! Amends 8aae821b5aa2bd0ac919683dcb3cb62913ca9063 Change-Id: I9c374440c89c617e31f369fde8f041e5c1d17a03 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 5d4768000377d6f4240198a2dc1cd00d7ef89de2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtWrapperScriptHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtWrapperScriptHelpers.cmake b/cmake/QtWrapperScriptHelpers.cmake
index 705a926292..bfb6d0d7e6 100644
--- a/cmake/QtWrapperScriptHelpers.cmake
+++ b/cmake/QtWrapperScriptHelpers.cmake
@@ -118,7 +118,7 @@ function(qt_internal_create_wrapper_scripts)
endif()
if(generate_non_unix)
set(__qt_cmake_private_path
- "${QT_STAGING_PREFIX}/${INSTALL_BINDIR}/qt-cmake-private.bat")
+ "${QT_STAGING_PREFIX}/${INSTALL_BINDIR}/qt-cmake-private")
endif()
endif()