From a29d75eff7b34e27d842878ca750b84ddade4d8d Mon Sep 17 00:00:00 2001 From: Felix Wang <77263945+topazus@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:41:52 +0800 Subject: [PATCH] Fix translation --- application/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 90ed05f0..582b31bd 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -60,7 +60,7 @@ endforeach() #lupdate end file (GLOB DTNG_TS_FILES translations/*.ts) -qt5_create_translation(DTNG_QM_FILES +qt_add_translation(DTNG_QM_FILES ${DTNG_TS_FILES} ${DTNG_QM_FILES} )