mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cmake: fix installation of translations
Umm, that one's embarrassing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
084b4152e4
commit
000a93fb64
1 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@ set(TRANSLATION_FILES
|
|||
# subsurface_hu.ts
|
||||
# subsurface_ro_RO.ts
|
||||
|
||||
set(TRANSLATIONS ${TRANSLATIONS} PARENT_SCOPE)
|
||||
qt5_add_translation(TRANSLATIONS ${TRANSLATION_FILES})
|
||||
set(TRANSLATIONS ${TRANSLATIONS} PARENT_SCOPE)
|
||||
add_custom_target (translations ALL DEPENDS ${TRANSLATIONS})
|
||||
|
||||
# enable the following two lines to recreate the .ts files
|
||||
|
|
Loading…
Add table
Reference in a new issue