lang fix
This commit is contained in:
@@ -33,12 +33,12 @@ option(DESIGNER_PLUGINS "Build Qt designer plugins" ${_plugins_default_})
|
||||
|
||||
macro(qad_library NAME _MODULES _LIBS)
|
||||
shstk_qt_project(qad_${NAME} FALSE "qad" "${_MODULES}" "${_LIBS}" ${ARGN})
|
||||
shstk_qt_install("qad" FALSE qad_${NAME} "${out_HDR}" "${out_QM}")
|
||||
shstk_qt_install("qad" FALSE qad_${NAME} "${out_HDR}" "out_QM")
|
||||
endmacro()
|
||||
|
||||
macro(qad_application NAME _MODULES _LIBS)
|
||||
shstk_qt_project(${NAME} TRUE "qad" "${_MODULES}" "${_LIBS}" ${ARGN})
|
||||
shstk_qt_install("qad" TRUE ${NAME} "" "${out_QM}")
|
||||
shstk_qt_install("qad" TRUE ${NAME} "" "out_QM")
|
||||
endmacro()
|
||||
|
||||
macro(qad_plugin NAME _MODULES _LIBS)
|
||||
|
||||
Reference in New Issue
Block a user