summaryrefslogtreecommitdiffstats
path: root/translations
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-22 09:32:38 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-22 09:32:38 -0700
commit000a93fb64d92729c51762e1483d36859d442e9d (patch)
tree720be62ac5cfc03799ab3cdbaf14f2b194328c9a /translations
parent084b4152e46e54389cf0ec5cf042bd2878bda7ba (diff)
downloadsubsurface-000a93fb64d92729c51762e1483d36859d442e9d.tar.gz
Cmake: fix installation of translations
Umm, that one's embarrassing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations')
-rw-r--r--translations/CMakeLists.txt2
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