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

This commit is contained in:
2017-05-16 14:18:24 +00:00
parent 2842826816
commit a3b453839e

View File

@@ -81,7 +81,7 @@ macro(qad_plugin NAME _LIBS)
endmacro()
macro(qad_project NAME _LIBS)
qt_project(qad_${NAME} "LIB" "${_LIBS}" _H _CPP)
qt_project(qad_${NAME} _H _CPP)
add_library(qad_${NAME} SHARED ${_H} ${_CPP})
target_link_libraries(qad_${NAME} ${_LIBS})
message(STATUS "Building ${PROJECT_NAME}")