X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=b32fd1854b7db33b922b9bcc1fc05a59b9229ff8;hp=29c01f6e5fd7266d8d134faffc44f811836f6b0d;hb=255215b082091aaadd5ef24cfc0880cd81e42272;hpb=153c5c0d60eaf3185cb4419032fb0fdaeb78907c diff --git a/CMakeLists.txt b/CMakeLists.txt index 29c01f6..b32fd18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,12 @@ include(ECMQtDeclareLoggingCategory) include(FeatureSummary) # Load the Qt components. -find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets) +find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS + Core + Gui + WebEngineWidgets + Widgets +) # Load the KDE Frameworks components. find_package(KF5 ${KDE_FRAMEWORKS_MIN_VERSION} REQUIRED COMPONENTS