From 489cf55906d84da21fb03da00539c10bb091b252 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, 26 Oct 2017 21:41:01 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@308 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/QtWraps.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qad/QtWraps.cmake b/qad/QtWraps.cmake index 0bbb707..8e749a8 100644 --- a/qad/QtWraps.cmake +++ b/qad/QtWraps.cmake @@ -412,7 +412,7 @@ macro(qt_target_link_libraries _NAME) foreach(_i ${ARGN}) set(_ind -1) list(FIND QT_MULTILIB_LIST "${_i}" _ind) - if (_ind GREATER_EQUAL 0) + if (_ind GREATER -1) _qt_multitarget_suffix_(_TS ${_i} ${_v}) list(APPEND _ARGS ${_i}${_TS}) else() @@ -481,7 +481,7 @@ macro(qt_install) else() set(_ind -1) string(FIND "${_i}" "QtPlugins" _ind) - if (_ind GREATER_EQUAL 0) + if (_ind GREATER -1) string(REPLACE "QtPlugins" "${Qt${_v}_PLUGINS_DIR}" _o "${_i}") set(_INST_LIST ${_INST_LIST} "${_o}") else()