Skip to content
Snippets Groups Projects
Commit 42b3fd6a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

SuperBuild: package also the mvd translation file

parent 690ac02c
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,12 @@ function(install_common)
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ)
endforeach()
endif()
################ install Qt translation files ################
if(WITH_MVD)
file(GLOB MVD_QM_FILES ${PACKAGE_INSTALLDIR}/share/otb/i18n/*.qm)
install(FILES ${MVD_QM_FILES} DESTINATION ${DATA_DIR}/otb/i18n)
endif()
endif()
......
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