git-svn-id: svn://db.shs.com.ru/libs@732 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user