git-svn-id: svn://db.shs.com.ru/libs@864 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-19 08:46:52 +00:00
parent b9de6702a8
commit dcbfcbc7cd

View File

@@ -545,7 +545,8 @@ macro(qt_install)
string(REPLACE "QtPlugins" "${Qt${_v}_PLUGINS_DIR}" _o "${_i}") string(REPLACE "QtPlugins" "${Qt${_v}_PLUGINS_DIR}" _o "${_i}")
set(_INST_LIST ${_INST_LIST} "${_o}") set(_INST_LIST ${_INST_LIST} "${_o}")
else() else()
set(_INST_LIST ${_INST_LIST} ${_i}) string(REPLACE "\\" "/" _o "${_i}")
set(_INST_LIST ${_INST_LIST} ${_o})
endif() endif()
endif() endif()
endif() endif()