git-svn-id: svn://db.shs.com.ru/libs@731 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -131,12 +131,10 @@ macro(qad_project NAME _MODULES _LIBS)
|
||||
set(${NAME}_UTILS ${UTILS})
|
||||
endif()
|
||||
message(STATUS "Building ${PROJ_NAME}")
|
||||
if (NOT DEFINED ANDROID_PLATFORM)
|
||||
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/plugin")
|
||||
set(_${NAME}_PLUGIN_LIBS "${_LIBS}")
|
||||
add_subdirectory(plugin)
|
||||
endif()
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
set(DIRS utils widgets application blockview graphic sql_table touch_widgets)
|
||||
|
||||
Reference in New Issue
Block a user