From dcbfcbc7cd93c65ae4c63bf13e3fb20e52000e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Thu, 19 Mar 2020 08:46:52 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@864 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/QtWraps.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()