DeployMacros.cmake
This commit is contained in:
@@ -935,7 +935,7 @@ macro(deploy_target _T)
|
||||
COMMAND mkdir ${_VERB} -p "${_pli_path}"
|
||||
COMMAND mkdir ${_VERB} -p "${_DESTINATION}"
|
||||
${_CMD_}
|
||||
COMMAND ${PIP_DEPLOY_TOOL} ${_VERB} ${_OPTIONS} -M "${CMAKE_OTOOL}" -P cocoa,minimal -S mac -q "${Qt5_ROOT}" --qt-conf-dir "${_bin_path}" --qt-plugins-dir "${_pli_path}" -s "${CMAKE_PREFIX_PATH}/lib${_add_search_path}" -o "${_lib_path}" "${_bin_path}/${_T}" ${_ADD_DEPS}
|
||||
COMMAND ${PIP_DEPLOY_TOOL} ${_VERB} ${_OPTIONS} -M "${CMAKE_OTOOL}" -P cocoa,minimal -S mac -q "${Qt5_ROOT}" --qt-conf-dir "${_res_path}" --qt-plugins-dir "${_pli_path}" -s "${CMAKE_PREFIX_PATH}/lib${_add_search_path}" -o "${_lib_path}" "${_bin_path}/${_T}" ${_ADD_DEPS}
|
||||
# prepare dmg dir
|
||||
COMMAND rm -rf "${_DMG}"
|
||||
COMMAND mkdir ${_VERB} -p "${_DMG}"
|
||||
|
||||
Reference in New Issue
Block a user