diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 90ed05f..582b31b 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} )