Build: Rename deployqt.py to deploy.py

It hasn't been about just deploying Qt for a very long time.

Change-Id: I72fb070db505909500d2e68f2bafb198c3342c2b
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Eike Ziller
2023-07-24 14:21:49 +02:00
parent 4ffbf6ec63
commit c7d0c73587
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ function(setup_dependencies_component)
set(_ide_app_target \"\${_default_app_target}\") set(_ide_app_target \"\${_default_app_target}\")
if (NOT EXISTS \"\${_ide_app_target}\") if (NOT EXISTS \"\${_ide_app_target}\")
# The component CPack generators (WIX, NSIS64, IFW) install every component with their own CMAKE_INSTALL_PREFIX # The component CPack generators (WIX, NSIS64, IFW) install every component with their own CMAKE_INSTALL_PREFIX
# directory and since deployqt.py needs the path to IDE_APP_TARGET the line below is needeed # directory and since deploy.py needs the path to IDE_APP_TARGET the line below is needeed
string(REPLACE \"Dependencies\" \"${CMAKE_INSTALL_DEFAULT_COMPONENT_NAME}\" _ide_app_target \"\${_ide_app_target}\") string(REPLACE \"Dependencies\" \"${CMAKE_INSTALL_DEFAULT_COMPONENT_NAME}\" _ide_app_target \"\${_ide_app_target}\")
endif() endif()
if (NOT EXISTS \"\${_ide_app_target}\") if (NOT EXISTS \"\${_ide_app_target}\")
@@ -41,7 +41,7 @@ function(setup_dependencies_component)
endif() endif()
execute_process(COMMAND execute_process(COMMAND
\"${Python3_EXECUTABLE}\" \"${Python3_EXECUTABLE}\"
\"${CMAKE_CURRENT_LIST_DIR}/scripts/deployqt.py\" \"${CMAKE_CURRENT_LIST_DIR}/scripts/deploy.py\"
${_llvm_arg} ${_llvm_arg}
${_elfutils_arg} ${_elfutils_arg}
\"\${_ide_app_target}\" \"\${_ide_app_target}\"