Feature #934 ยป 0008-ci-build.sh-Set-qtver-qt6-for-meson-job.patch
| .github/workflows/ci.yml | ||
|---|---|---|
|             liblzma-dev \ | ||
|             libicu-dev \ | ||
|             libsqlite3-dev \ | ||
|             qtbase5-dev \ | ||
|             qt6-base-dev \ | ||
|             libsdl2-mixer-dev \ | ||
|             libsdl2-gfx-dev \ | ||
|             libsdl2-image-dev \ | ||
| scripts/ci-build.sh | ||
|---|---|---|
|       -Dack_experimental=true \ | ||
|       -Dclients='gtk3.22','qt','sdl2','gtk4' \ | ||
|       -Dfcmp='gtk3','qt','cli','gtk4' \ | ||
|       -Dqtver=qt5 | ||
|       -Dqtver=qt6 | ||
| ninja | ||
| ninja install | ||
| ;; | ||