git-svn-id: svn://db.shs.com.ru/libs@725 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -19,7 +19,13 @@ macro(sdk_install _DIR _TARGET _H_FILES _QM_FILES)
|
||||
endif()
|
||||
#message(STATUS "Install ${_TARGET} to system \"${CMAKE_INSTALL_PREFIX}\"")
|
||||
else()
|
||||
if(NOT "x${_H_FILES}" STREQUAL "x")
|
||||
#message("HFILES ${_H_FILES}")
|
||||
install(FILES ${_H_FILES} DESTINATION include/${_DIR})
|
||||
endif()
|
||||
qt_install(TARGETS ${_TARGET} DESTINATION bin)
|
||||
qt_install(TARGETS ${_TARGET} DESTINATION lib)
|
||||
qt_install(FILES ${_QM_FILES} DESTINATION lang)
|
||||
#message(STATUS "Install ${_TARGET} to local \"bin\"")
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
Reference in New Issue
Block a user