forked from qt-creator/qt-creator
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:
@@ -32,7 +32,7 @@ function(setup_dependencies_component)
|
||||
set(_ide_app_target \"\${_default_app_target}\")
|
||||
if (NOT EXISTS \"\${_ide_app_target}\")
|
||||
# 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}\")
|
||||
endif()
|
||||
if (NOT EXISTS \"\${_ide_app_target}\")
|
||||
@@ -41,7 +41,7 @@ function(setup_dependencies_component)
|
||||
endif()
|
||||
execute_process(COMMAND
|
||||
\"${Python3_EXECUTABLE}\"
|
||||
\"${CMAKE_CURRENT_LIST_DIR}/scripts/deployqt.py\"
|
||||
\"${CMAKE_CURRENT_LIST_DIR}/scripts/deploy.py\"
|
||||
${_llvm_arg}
|
||||
${_elfutils_arg}
|
||||
\"\${_ide_app_target}\"
|
||||
|
Reference in New Issue
Block a user