diff options
Diffstat (limited to 'translations')
-rw-r--r-- | translations/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index 58c184e52..37f54d30f 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -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 |