[neon/qt/qtcreator/Neon/release] debian: make qtwebengine HELPVIEWER_DEFAULT_BACKEND until qt6 supports litehtml0.8

Carlos De Maine null at kde.org
Thu Jul 27 04:30:36 BST 2023


Git commit 3d5d60c57e92c37e9eb76d8b01cadc1a965afbf2 by Carlos De Maine.
Committed on 27/07/2023 at 05:30.
Pushed by carlosdem into branch 'Neon/release'.

make qtwebengine HELPVIEWER_DEFAULT_BACKEND until qt6 supports litehtml0.8

M  +1    -0    debian/rules

https://invent.kde.org/neon/qt/qtcreator/-/commit/3d5d60c57e92c37e9eb76d8b01cadc1a965afbf2

diff --git a/debian/rules b/debian/rules
index a8713bf..4e08e00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ override_dh_auto_configure:
 		-DBUILD_TESTING=OFF \
 		-DCLANGTOOLING_LINK_CLANG_DYLIB=ON \
 		-DWITH_DOCS=$(if $(filter qtcreator-doc, $(shell dh_listpackages)),ON,OFF) \
+		-DHELPVIEWER_DEFAULT_BACKEND "qtwebengine" \
 		$(EXTRA_CMAKE_ARGS)
 
 execute_after_dh_auto_build-indep:


More information about the Neon-commits mailing list