X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=CMakeLists.txt;h=d6408ec8db956ca1163cf2348afc640dece8e842;hp=29c01f6e5fd7266d8d134faffc44f811836f6b0d;hb=fe9f5cdee9e6e16eac1858f7f661516c24f71fa5;hpb=ad39882c17bfd7d96cbcfd3873d4dd332722e84f diff --git a/CMakeLists.txt b/CMakeLists.txt index 29c01f6..d6408ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,10 +43,18 @@ 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 + Sql + WebEngineCore + WebEngineWidgets + Widgets +) # Load the KDE Frameworks components. find_package(KF5 ${KDE_FRAMEWORKS_MIN_VERSION} REQUIRED COMPONENTS + Completion ConfigWidgets CoreAddons Crash