This commit is contained in:
2020-09-06 22:35:26 +03:00
parent b1536eb16a
commit 5ed8d8114a
2 changed files with 12 additions and 11 deletions

View File

@@ -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)