git: 8bda7158dacd - main - multimedia/qwinff: prepare for Qt5 5.15.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 20:59:18 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bda7158dacd2f6b53c4804283da3d3fcd6e6005 commit 8bda7158dacd2f6b53c4804283da3d3fcd6e6005 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-04-28 19:52:37 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-04-28 20:48:50 +0000 multimedia/qwinff: prepare for Qt5 5.15.9 PR: 270868 --- multimedia/qwinff/files/patch-src_translations_CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/multimedia/qwinff/files/patch-src_translations_CMakeLists.txt b/multimedia/qwinff/files/patch-src_translations_CMakeLists.txt new file mode 100644 index 000000000000..ed8bd77b100d --- /dev/null +++ b/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)