[education/rkward] /: Typos
Thomas Friedrichsmeier
null at kde.org
Fri Apr 10 07:13:45 BST 2026
Git commit 91c333947ce0fbaaf0e498feaa64cdf75f210929 by Thomas Friedrichsmeier.
Committed on 10/04/2026 at 06:13.
Pushed by tfry into branch 'master'.
Typos
M +2 -2 INSTALL
https://invent.kde.org/education/rkward/-/commit/91c333947ce0fbaaf0e498feaa64cdf75f210929
diff --git a/INSTALL b/INSTALL
index 44c73378a..590aef058 100644
--- a/INSTALL
+++ b/INSTALL
@@ -47,12 +47,12 @@ In some cases you may want to set the following options:
By default, the backend code is loaded using dlopen() to avoid certain runtime conflicts, esp. in distributed AppImages. This, however, makes it hard to
get at proper debug symbol information. For debugging purposes it may thus be useful to set this to "0", explictly
-DFORCE_WITH_QWEBENGINE=ON
+-DFORCE_WITH_QWEBVIEW=ON
RKWard supports two HTML rendering libraries, QWebEngine or QWebView. By default, either - or both - will be selected automatically, based on the
- presence of the required libaries. Use this (and/or -DFORCE_WOTH_QWEBVIEW) to override the automatic selction. Setting either öf these options to ON
+ presence of the required libaries. Use these options to override the automatic selection. Setting either of these options to ON
will disable building against the other library *unless* that is also specified with FORCE_WITH_XYZ.
Packagers please note that, on Linux, using QWebView currently still requires a runtime dependency on QWebEngine, as no native rendering plugin is
available in Qt at the time of this writing.
--DFORCE_WITH_QWEBVIEW=ON
Further generic options are listed on http://www.cmake.org/Wiki/CMake_Useful_Variables .
More information about the rkward-tracker
mailing list