git-svn-id: svn://db.shs.com.ru/libs@731 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-05 08:27:52 +00:00
parent c38b5faf57
commit 3dca147284
2 changed files with 4 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ 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()