diff --git a/DeployMacros.cmake b/DeployMacros.cmake index 0e2b1c7..6443aea 100644 --- a/DeployMacros.cmake +++ b/DeployMacros.cmake @@ -754,7 +754,7 @@ macro(deploy_target _T) endif() set(_dt_opts -L "${CMAKE_READELF}" --dpkg-workdir "${CMAKE_DPKG_WORKDIR}" -s "${_dt_searchdirs}") endif() - list(APPEND _dt_opts --qt-conf-dir "${_bin_path}" --qt-plugins-dir "${_pli_path}" --rpath "\\$ORIGIN:\\$ORIGIN/lib") + list(APPEND _dt_opts -q "${Qt5_ROOT}" --qt-conf-dir "${_bin_path}" --qt-plugins-dir "${_pli_path}" --rpath "\\$ORIGIN:\\$ORIGIN/lib") set(_deb_name "${_TV}_${_TARGET_OS}_${_DEB_ARCH}.deb") #message("VER = \"${_DEBVERSION}\"") #message("DEB = \"${_deb_name}\"")