mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: don't build against Qt6 by default
As some Linux distros start to ship both Qt5 and Qt6, it actually makes more sense to build only against Qt6 when the user explicitly asks for it. Having it preferred over Qt5 seems completely wrong in hind sight. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
36c991a1b8
commit
5a5188bc47
3 changed files with 23 additions and 2 deletions
2
.github/workflows/linux-fedora-qt6.yml
vendored
2
.github/workflows/linux-fedora-qt6.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
git reset --hard
|
||||
cd ..
|
||||
ls -l . subsurface subsurface/scripts
|
||||
bash -e -x subsurface/scripts/build.sh -desktop
|
||||
bash -e -x subsurface/scripts/build.sh -desktop -build-with-qt6
|
||||
|
||||
- name: test desktop build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue