aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/fix_android_jni_static.patch
AgeCommit message (Collapse)Author
2024-03-27depends: qt 5.15.13fanquake
I need to try and patch around Qts buildsystem to keep #21778 moving along (the issue being that even when you tell Qt to build using Clang on Linux, it still calls out to GCC, breaking our ability to have a macOS release build env that doesn't have a GCC toolchain installed, and thus no ld binary). Before trying to patch Qt any further, update to the latest LTS release, and update the current patch set.
2023-11-01build: Update `qt` package up to 5.15.11Hennadii Stepanov
2023-10-04build: Update qt package up to 5.15.10Hennadii Stepanov
2022-07-30build: Bump Qt to 5.15.5 in dependsHennadii Stepanov
2022-04-01build, qt: bump Qt5 version to 5.15.3Pavol Rusnak
Qt 5.15.3 release is a patch release made on the top of Qt 5.15.2. As a patch release, Qt 5.15.3 does not add any new functionality but provides bug fixes and other improvements. https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.3/release-note.md * dropped patches: - patches/qt/dont_use_avx_android_x86_64.patch - patches/qt/fix_bigsur_style.patch * adjusted patches: - patches/qt/fix_android_jni_static.patch - patches/qt/fix_limits_header.patch - patches/qt/use_android_ndk23.patch Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
2021-12-03build: qt 5.15.2fanquake
2021-05-27depends: Bump Qt version to 5.12.11Hennadii Stepanov
2021-03-10build: update qt android jni static patch for 5.12.10fanquake
2019-10-12Qt: patch androidjnimain.cpp to make sure JNI is initialised when statically ↵Igor Cota
compiled