DeployMacros.cmake

This commit is contained in:
2021-04-18 19:15:55 +03:00
parent 0aaea0a7d7
commit f07961d9c8

View File

@@ -754,7 +754,7 @@ macro(deploy_target _T)
endif() endif()
set(_dt_opts -L "${CMAKE_READELF}" --dpkg-workdir "${CMAKE_DPKG_WORKDIR}" -s "${_dt_searchdirs}") set(_dt_opts -L "${CMAKE_READELF}" --dpkg-workdir "${CMAKE_DPKG_WORKDIR}" -s "${_dt_searchdirs}")
endif() endif()
list(APPEND _dt_opts --qt-conf-dir "${_bin_path}" --qt-plugins-dir "${_pli_path}") list(APPEND _dt_opts --qt-conf-dir "${_bin_path}" --qt-plugins-dir "${_pli_path}" --rpath "\\$ORIGIN:\\$ORIGIN/lib")
set(_deb_name "${_TV}_${_TARGET_OS}_${_DEB_ARCH}.deb") set(_deb_name "${_TV}_${_TARGET_OS}_${_DEB_ARCH}.deb")
#message("VER = \"${_DEBVERSION}\"") #message("VER = \"${_DEBVERSION}\"")
#message("DEB = \"${_deb_name}\"") #message("DEB = \"${_deb_name}\"")