Skip to content
Snippets Groups Projects
Commit ab05e873 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: missing component name in install target

parent b6c5067f
No related branches found
No related tags found
No related merge requests found
......@@ -31,5 +31,7 @@ add_custom_target( i18n ALL DEPENDS ${Monteverdi2_QM_TRANSLATIONS} )
#----------------------------------------------------------------------------
# Locale human-readable translation files.
install(
FILES ${Monteverdi2_QM_TRANSLATIONS} DESTINATION ${Monteverdi2_INSTALL_DATA_DIR}/i18n
FILES ${Monteverdi2_QM_TRANSLATIONS}
DESTINATION ${Monteverdi2_INSTALL_DATA_DIR}/i18n
COMPONENT Resources
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment