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)