[education/rkward/kf5] /: Nudge CMake towards finding QWebEngine on Mac

Thomas Friedrichsmeier null at kde.org
Tue Apr 16 19:09:32 BST 2024


Git commit c99928c112e4cbccc9b6ff44016b1e4dbe802fad by Thomas Friedrichsmeier.
Committed on 15/04/2024 at 20:01.
Pushed by tfry into branch 'kf5'.

Nudge CMake towards finding QWebEngine on Mac

M  +1    -1    CMakeLists.txt

https://invent.kde.org/education/rkward/-/commit/c99928c112e4cbccc9b6ff44016b1e4dbe802fad

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88c51960b..def20b05e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ INCLUDE(ECMAddAppIcon)
 INCLUDE(ECMMarkNonGuiExecutable)
 INCLUDE(FeatureSummary)
 
-FIND_PACKAGE(Qt5 5.9 CONFIG REQUIRED COMPONENTS Widgets Core Xml Network Qml PrintSupport)
+FIND_PACKAGE(Qt5 5.9 REQUIRED COMPONENTS Widgets Core Xml Network Qml PrintSupport)
 FIND_PACKAGE(KF5 5.44 REQUIRED COMPONENTS CoreAddons DocTools I18n XmlGui TextEditor WidgetsAddons Parts Config Notifications WindowSystem Archive OPTIONAL_COMPONENTS Crash)
 IF(NOT NO_QT_WEBENGINE)
 	FIND_PACKAGE(Qt5 5.9 OPTIONAL_COMPONENTS WebEngineWidgets)



More information about the rkward-tracker mailing list