xmake-repo
xmake-repo copied to clipboard
Add support for Qt6
I'm a bit stuck at this point
I'm a bit stuck at this point
What problem?
I'm a bit stuck at this point
What problem?
Missing libicui18n.so dependency on Android, missing pcr2 on iOS (I didn't find any precompiled library file like for Qt5), and libfontconfig which isn't found on Archlinux (but is a dependency).
I'm a bit stuck at this point
What problem?
Missing libicui18n.so dependency on Android, missing pcr2 on iOS (I didn't find any precompiled library file like for Qt5), and libfontconfig which isn't found on Archlinux (but is a dependency).
we can disable android/ios first for qt6, and add_deps("fontconfig") for linux
and add_deps("fontconfig") for linux
Well, that's the problem, it's already there: https://github.com/xmake-io/xmake-repo/pull/1081/files#diff-7aa4b14e36d1159e91dde5eeb2ad987d929eb282d012174f264caa92f50efb1aR10
and add_deps("fontconfig") for linux
Well, that's the problem, it's already there: https://github.com/xmake-io/xmake-repo/pull/1081/files#diff-7aa4b14e36d1159e91dde5eeb2ad987d929eb282d012174f264caa92f50efb1aR10
maybe it only support ubuntu and depend x11/fontconfig/freetype on system.
I think you should split this patch.
patch 1: update aqt patch 2: improve qt5 patch 3: support qt6
I think you're right, I'll do that.
Superseded by #2281