File 0001-find-fxc-when-cross-compiling.patch of Package mingw64-libqt5-qtbase
--- qtbase-everywhere-src-5.12.9/src/gui/configure.pri.orig 2022-03-16 11:55:40.508347312 +0100 +++ qtbase-everywhere-src-5.12.9/src/gui/configure.pri 2022-03-16 12:05:03.486286127 +0100 @@ -41,6 +41,11 @@ } } } + cross_compile { + mingw { + fxc = $$qtConfFindInPath("$${CROSS_COMPILE}fxc") + } + } !isEmpty(fxc):exists($$fxc) { $${1}.value = $$clean_path($$fxc)