From 6f32de30ecb812f8701c849646d4bd9d36f9cfc6 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: Thu, 5 Mar 2020 08:29:13 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@732 a8b55f48-bf90-11e4-a774-851b48703e85 --- SDKMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDKMacros.cmake b/SDKMacros.cmake index 9ceb45b..9250342 100644 --- a/SDKMacros.cmake +++ b/SDKMacros.cmake @@ -1,5 +1,6 @@ macro(sdk_install _DIR _TARGET _H_FILES _QM_FILES) + message("QM=${_QM_FILES}") if(LIB) if(WIN32) if(NOT "x${_H_FILES}" STREQUAL "x") @@ -15,7 +16,6 @@ macro(sdk_install _DIR _TARGET _H_FILES _QM_FILES) qt_install(TARGETS ${_TARGET} DESTINATION ${CMAKE_INSTALL_PREFIX}/lib) endif() if(NOT "x${_QM_FILES}" STREQUAL "x") - message("QM=${_QM_FILES}) qt_install(FILES ${_QM_FILES} DESTINATION QtLang) endif() else()