fix: handle older VC redist versions (#5447)
This commit is contained in:
@@ -865,6 +865,7 @@ if (BUILD_APP)
|
||||
endif()
|
||||
get_filename_component(QT_BIN_DIR ${QT_CORE_LOC} DIRECTORY)
|
||||
|
||||
# This assumes the installed CRT is up-to-date (see .CI/deploy-crt.ps1)
|
||||
set(WINDEPLOYQT_COMMAND_ARGV "${WINDEPLOYQT_PATH}" "$<TARGET_FILE:${EXECUTABLE_PROJECT}>" ${WINDEPLOYQT_MODE} --no-compiler-runtime --no-translations --no-opengl-sw)
|
||||
string(REPLACE ";" " " WINDEPLOYQT_COMMAND "${WINDEPLOYQT_COMMAND_ARGV}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user