# HG changeset patch # User Teemu Piippo # Date 1610292400 -7200 # Node ID ae14da3d883feb181f04ea76a89f30f6bc3bbc58 # Parent d9a3b153f679278a66669722ad34b08153263ce0 added translations to dependencies in CMakeLists... maybe that's the source of the trouble with translations getting emptied diff -r d9a3b153f679 -r ae14da3d883f CMakeLists.txt --- 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