X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=d63efaf63864901b9ed8f927679120febd4724c0;hp=79526bf4ea6b772d6dbbc287075b3472458baf3d;hb=44cd064cb213ad693223ca117fe346d8b78456d6;hpb=68167c0aba46c4bd4c859b176824873ffd14a3e7 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 79526bf..d63efaf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,6 +25,7 @@ target_sources(privacy-browser PRIVATE main.cpp MainView.cpp MouseEventFilter.cpp + UrlRequestInterceptor.cpp ) # Add the Qt logging category. This will create the `debug.h` header file. @@ -49,6 +50,7 @@ target_link_libraries(privacy-browser Qt5::Core Qt5::Gui Qt5::Widgets + Qt5::WebEngineCore Qt5::WebEngineWidgets KF5::Completion KF5::ConfigWidgets