build: Windows, run deploy tool only once, use install to install qt depends

Remove unneed . in Qt deploy message
This commit is contained in:
sithlord48
2025-07-18 13:39:32 -04:00
committed by Nick Bolton
parent 9a799294f7
commit 45fcdde636
3 changed files with 15 additions and 6 deletions

View File

@ -38,7 +38,7 @@ macro(configure_libs)
if (WIN32 OR APPLE)
find_program(DEPLOYQT ${DEPLOY_TOOL})
if(DEPLOYQT STREQUAL "DEPLOYQT-NOTFOUND")
message(FATAL_ERROR "Unable to locate the Qt Deploy Tool: \"${DEPLOY_TOOL}\".")
message(FATAL_ERROR "Unable to locate the Qt Deploy Tool: \"${DEPLOY_TOOL}\"")
endif()
unset(DEPLOY_TOOL)
endif()