added translations to dependencies in CMakeLists... maybe that's the source of the trouble with translations getting emptied

Sun, 10 Jan 2021 17:26:40 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 10 Jan 2021 17:26:40 +0200
changeset 98
ae14da3d883f
parent 97
d9a3b153f679
child 99
05ce5a34c497

added translations to dependencies in CMakeLists... maybe that's the source of the trouble with translations getting emptied

CMakeLists.txt file | annotate | diff | comparison | revisions
--- a/CMakeLists.txt	Sun Jan 10 17:21:32 2021 +0200
+++ b/CMakeLists.txt	Sun Jan 10 17:26:40 2021 +0200
@@ -196,7 +196,7 @@
 set_source_files_properties(${LDFORGE_OTHER_FILES} PROPERTIES HEADER_FILE_ONLY TRUE)
 set_target_properties(ldforge PROPERTIES AUTOMOC 1)
 target_link_libraries(ldforge Qt5::Widgets Qt5::Network Qt5::OpenGL ${OPENGL_LIBRARIES})
-add_dependencies(ldforge resources)
+add_dependencies(ldforge resources translations)
 cotire(ldforge)
 
 add_custom_target (config_collection ALL

mercurial