Make qminimal plugin optional for Qt6

This commit is contained in:
root
2026-05-01 14:43:31 +00:00
parent 1d70ec7cde
commit 5e4789e28c
2 changed files with 25 additions and 2 deletions
+4
View File
@@ -101,6 +101,10 @@ if [[ ! -f configure ]]; then
./autogen.sh
fi
if [[ build-aux/m4/bitcoin_qt.m4 -nt configure ]]; then
./autogen.sh
fi
echo "Configuring Ubuntu Qt6 wallet build..."
CONFIG_SITE="$BASE_CONFIG" ./configure \
--disable-maintainer-mode \