diff --git a/qad/QtWraps.cmake b/qad/QtWraps.cmake index d3fec35..296894b 100644 --- a/qad/QtWraps.cmake +++ b/qad/QtWraps.cmake @@ -545,7 +545,8 @@ macro(qt_install) string(REPLACE "QtPlugins" "${Qt${_v}_PLUGINS_DIR}" _o "${_i}") set(_INST_LIST ${_INST_LIST} "${_o}") else() - set(_INST_LIST ${_INST_LIST} ${_i}) + string(REPLACE "\\" "/" _o "${_i}") + set(_INST_LIST ${_INST_LIST} ${_o}) endif() endif() endif()