summaryrefslogtreecommitdiffstats
path: root/cmake/QtWrapperScriptHelpers.cmake
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2022-12-13 09:59:31 +0100
committerAmir Masoud Abdol <amir.abdol@qt.io>2022-12-13 12:41:29 +0000
commit5d4768000377d6f4240198a2dc1cd00d7ef89de2 (patch)
treecf393a48d655d22246106d2d0861ae58a3682395 /cmake/QtWrapperScriptHelpers.cmake
parent419c99f83511e80cffed899a6e6f424280c471f6 (diff)
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 Pick-to: 6.5 Change-Id: I9c374440c89c617e31f369fde8f041e5c1d17a03 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtWrapperScriptHelpers.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()