mabrand
mabrand
I'm thinking about just using all the kde/5.15 patches for qtbase. What do you think about that?
Marked as draft. Does this build now for shared and static?
The linking failure in qtdeclarative under i686-w64-mingw32 caused by the jasper update should be fixed by bb65d2c7fa4cebb3a4d1f4fa2b310dc0aa1d7d69. Also updated qtifw to latest version. Unfortunately, this still fails for i686-w64-mingw32.static target....
> Actually, we're on different versions, and the recent mingw-w64 update was after 4.2.0. > > @mabrand, is harfbuzz building for you? Yes, it builds for me.
I haven't been able to spot the difference that makes it work for me, but while I notice that ICU is detected during configuration if it's present. Should we add...
You might want to consider using the plug/overlay feature to MXE to do this, rather than a git branch. Look in the "plugins" directory for examples.
If the patches in qtbase-1-fixes.patch for qtbase 5.6.0 don't apply to qtbase 5.6.3 as-is, then you will need to remove obsolete patches and/or rebase the patches onto 5.6.3. The tool...
Hi, It's not failing for me. I'm curious about what makes the difference. Is it failing for you on the target build or the build build?
It looks like the failure happened during the configuration of the build build. Can you try again with the change I just pushed?
I don't have a complete picture yet of all the ways the Qt6 target build depends on the "build build". In Qt5, the "buld build" of qtbase was created automatically...