Include previously missed translatable strings.
This commit is contained in:
@@ -7,12 +7,16 @@ set_directory_properties (PROPERTIES CLEAN_NO_CUSTOM 1)
|
||||
include (TRANSLATION_FILES.txt)
|
||||
|
||||
qt5_create_translation (glabels_qm_files
|
||||
${CMAKE_SOURCE_DIR}/glabels ${GLABELS_TS_FILES}
|
||||
${CMAKE_SOURCE_DIR}/glabels
|
||||
${CMAKE_SOURCE_DIR}/model
|
||||
${CMAKE_SOURCE_DIR}/backends
|
||||
${GLABELS_TS_FILES}
|
||||
OPTIONS -no-obsolete
|
||||
)
|
||||
|
||||
qt5_create_translation (templates_qm_files
|
||||
${CMAKE_CURRENT_BINARY_DIR}/template-strings.h ${TEMPLATES_TS_FILES}
|
||||
${CMAKE_CURRENT_BINARY_DIR}/template-strings.h
|
||||
${TEMPLATES_TS_FILES}
|
||||
OPTIONS -no-obsolete -locations none
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user