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:
Dirk Hohndel 2022-04-23 10:29:05 -07:00
parent 36c991a1b8
commit 5a5188bc47
3 changed files with 23 additions and 2 deletions

View file

@ -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: |