Skip to content

Commit a29d75e

Browse files
committed
Fix translation
1 parent 69c4812 commit a29d75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endforeach()
6060
#lupdate end
6161

6262
file (GLOB DTNG_TS_FILES translations/*.ts)
63-
qt5_create_translation(DTNG_QM_FILES
63+
qt_add_translation(DTNG_QM_FILES
6464
${DTNG_TS_FILES}
6565
${DTNG_QM_FILES}
6666
)

0 commit comments

Comments
 (0)