File qt5-fix-building-on-tumbleweed.patch of Package mingw64-libqt5-qtdeclarative
--- qtdeclarative-everywhere-src-5.12.12/src/qml/jsruntime/qv4propertykey_p.h.orig 2022-06-05 11:56:11.133460801 +0200 +++ qtdeclarative-everywhere-src-5.12.12/src/qml/jsruntime/qv4propertykey_p.h 2022-06-05 11:56:50.563015634 +0200 @@ -52,6 +51,8 @@ #include <private/qv4global_p.h> #include <QtCore/qhashfunctions.h> +// missing std::numeric_limits on Tumbleweed +#include <limits> QT_BEGIN_NAMESPACE