[education/rkward/kf5] /: WebEngine is required
Thomas Friedrichsmeier
null at kde.org
Wed Apr 10 16:12:08 BST 2024
Git commit c13e64952cca1837e230bd365262b21c897e086b by Thomas Friedrichsmeier.
Committed on 05/04/2024 at 08:30.
Pushed by tfry into branch 'kf5'.
WebEngine is required
M +1 -4 CMakeLists.txt
https://invent.kde.org/education/rkward/-/commit/c13e64952cca1837e230bd365262b21c897e086b
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b790c50ea..1a69ba296 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,11 +22,8 @@ INCLUDE(ECMAddAppIcon)
INCLUDE(ECMMarkNonGuiExecutable)
INCLUDE(FeatureSummary)
-FIND_PACKAGE(Qt6 6.6 CONFIG REQUIRED COMPONENTS Widgets Core Xml Network Qml PrintSupport Core5Compat)
+FIND_PACKAGE(Qt6 6.6 CONFIG REQUIRED COMPONENTS Widgets Core Xml Network Qml PrintSupport WebEngineWidgets Core5Compat) # TODO: remove compat
FIND_PACKAGE(KF6 6.0.0 REQUIRED COMPONENTS CoreAddons DocTools I18n XmlGui TextEditor WidgetsAddons Parts Config Notifications WindowSystem Archive OPTIONAL_COMPONENTS Crash)
-IF(NOT NO_QT_WEBENGINE)
- FIND_PACKAGE(Qt6 6.6 OPTIONAL_COMPONENTS WebEngineWidgets)
-ENDIF(NOT NO_QT_WEBENGINE)
FIND_PACKAGE(Gettext REQUIRED)
IF(FORCE_PRETTY_MAKEFILE)
More information about the rkward-tracker
mailing list