From 0eedab5506d11ea1158dabe4334b6602589baf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Tue, 10 Mar 2020 21:13:04 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@770 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 5810641..0f5da31 100644 --- a/qad/QtWraps.cmake +++ b/qad/QtWraps.cmake @@ -377,8 +377,8 @@ macro(qt_add_executable _NAME) # endforeach() # endif() - list(APPEND _ALL_TARGETS "${_TARGET}") - set(_ALL_TARGETS ${_ALL_TARGETS} PARENT_SCOPE) + #list(APPEND _ALL_TARGETS "${_TARGET}") + #set(_ALL_TARGETS ${_ALL_TARGETS} PARENT_SCOPE) endif() endforeach() endmacro()