From bb4269a88051da3bbe4d380225f787bba23f41d4 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 8 Dec 2021 05:51:52 +0200 Subject: [PATCH 47/47] CI: Configure jobs that won't work with Qt6 with --with-qt5 See osdn #43347 Signed-off-by: Marko Lindqvist --- scripts/ci-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index 5c8e8812cf..9ee3834a38 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -73,6 +73,7 @@ cd build --enable-sys-lua \ --enable-sys-tolua-cmd \ --disable-fcdb \ + --with-qt5 \ --enable-client=gtk3.22,qt,sdl2,stub \ --enable-fcmp=cli,gtk3,qt \ --enable-freeciv-manual \ @@ -96,6 +97,7 @@ cd build ../autogen.sh \ CFLAGS="-O3" \ CXXFLAGS="-O3" \ + --with-qt5 \ --enable-client=gtk3.22,qt,sdl2,stub \ --enable-fcmp=cli,gtk3,qt \ --enable-freeciv-manual \ -- 2.33.0