Skip to content

Commit

Permalink
multimedia/qwinff: prepare for Qt5 5.15.9
Browse files Browse the repository at this point in the history
PR:		270868
  • Loading branch information
tcberner committed Apr 28, 2023
1 parent 5acf5a0 commit 8bda715
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions multimedia/qwinff/files/patch-src_translations_CMakeLists.txt
@@ -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)

0 comments on commit 8bda715

Please sign in to comment.