From 32cfeb7380dbd886a79a6676544e11f3668f3f50 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 5 Aug 2022 10:33:50 +0200 Subject: [PATCH] Revert "Fix missing components" See also: https://invent.kde.org/office/kmymoney/-/issues/63 This reverts commit 151357b7293d27a966dc9e36321847b31fb0f69d. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b49d5c2c..b30181da3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ endif() find_package(Qt5 5.6 REQUIRED COMPONENTS Core DBus Widgets Svg Xml Test PrintSupport) find_package(Qt5 5.6 OPTIONAL_COMPONENTS - Sql Concurrent QuickWidgets WebEngineWidgets WebKitWidgets) + Sql Concurrent QuickWidgets) find_package(KF5 5.2 REQUIRED COMPONENTS ${REQ_KF5_COMPONENTS}) -- 2.35.1