X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=1043918135943e9c0b8c46e380b186fed6d08767;hb=196ae0c95c22cf78557d4f11be317aa7181c9af0;hp=2b5beb12619e52cb0ea1ea4a435e451ec7d96c5f;hpb=f3047a42fa756bb36d4840f40ab7acf83e751b48;p=PrivacyBrowserPC.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2b5beb1..1043918 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,9 +21,10 @@ add_executable(privacy-browser resources.qrc) # List the sources to include in the executable. target_sources(privacy-browser PRIVATE + browserwindow.cpp main.cpp - mainwindow.cpp mainview.cpp + mouseeventfilter.cpp ) # Add the Qt logging category. This will create the `debug.h` header file.