diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/QtWrapperScriptHelpers.cmake | 2 |
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() |