X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FCMakeLists.txt;h=320ae9dd5fb569090398d14f287dfaeb837ac2c0;hb=8e2e267828a6fbd7ed9950204c50a100e3f413fa;hp=2b5beb12619e52cb0ea1ea4a435e451ec7d96c5f;hpb=f3047a42fa756bb36d4840f40ab7acf83e751b48;p=PrivacyBrowserPC.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2b5beb1..320ae9d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,8 +21,8 @@ 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 )