multimedia/qwinff: prepare for Qt5 5.15.9

PR:		270868
This commit is contained in:
Tobias C. Berner 2023-04-28 21:52:37 +02:00
parent 5acf5a0277
commit 8bda7158da
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- src/translations/CMakeLists.txt.orig 2023-04-28 19:51:06 UTC
+++ src/translations/CMakeLists.txt
@@ -17,7 +17,7 @@ set(TS_FILES
qwinff_zh_TW.ts
)
-qt5_create_translation(QM_FILES ${TS_FILES})
+qt_add_translation(QM_FILES ${TS_FILES})
add_custom_target(translations ALL DEPENDS ${QM_FILES})
install(FILES ${QM_FILES} DESTINATION share/qwinff/translations)