From 1ec77821b1773b78f5bbb46832d4f00ea6e26965 Mon Sep 17 00:00:00 2001 From: David Young Date: Sat, 23 May 2026 16:39:51 -0600 Subject: [PATCH] fix qtcompile --- compile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.conf b/compile.conf index ef25b29..dce2488 100644 --- a/compile.conf +++ b/compile.conf @@ -28,7 +28,7 @@ version=2.5.1 git=https://github.com/kiwix/kiwix-desktop.git install=$HOME/.local/bin/kiwix-desktop gui=true -steps=/usr/lib/qt6/bin/qmake PREFIX=$HOME/.local, make, make install +steps=/usr/lib/qt6/bin/qmake PREFIX=$HOME/.local "QMAKE_CXXFLAGS+=-Wno-error=sfinae-incomplete", make, make install [kiwix-tools] version=3.8.2