File kconfig-5.103.0-build-fix.patch of Package mingw64-kconfig
diff -ur kconfig-5.103.0.orig/src/core/CMakeLists.txt kconfig-5.103.0/src/core/CMakeLists.txt
--- kconfig-5.103.0.orig/src/core/CMakeLists.txt 2023-02-05 10:18:56.000000000 +0100
+++ kconfig-5.103.0/src/core/CMakeLists.txt 2024-07-02 15:41:53.939429824 +0200
@@ -45,7 +45,7 @@
INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/KConfig;${KDE_INSTALL_INCLUDEDIR_KF}/KConfigCore>"
)
-target_link_libraries(KF5ConfigCore PUBLIC Qt${QT_MAJOR_VERSION}::Core)
+target_link_libraries(KF5ConfigCore PUBLIC Qt${QT_MAJOR_VERSION}::Core PRIVATE intl)
if(KCONFIG_USE_DBUS)
target_link_libraries(KF5ConfigCore PRIVATE Qt${QT_MAJOR_VERSION}::DBus)