X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdialogs%2FCMakeLists.txt;h=7120f4d053f607efa04fe7a40560169635c1cff0;hb=1ce11bc5f6630bf81aa67bdaca411fbea93dc017;hp=5eaf0f46f53235a67f0643c78aec0ecb1f5a70e5;hpb=9b6cee96126484925bec4f4ab30c2b880df687fe;p=PrivacyBrowserPC.git diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index 5eaf0f4..7120f4d 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -18,7 +18,9 @@ # List the sources to include in the executable. target_sources(privacy-browser PRIVATE - AddCookieDialog.cpp + AddOrEditCookieDialog.cpp CookiesDialog.cpp DomainSettingsDialog.cpp + DurableCookiesDialog.cpp + SaveDialog.cpp )