]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/dialogs/CMakeLists.txt
Replace the for loops in CookiesDialog with while loops. https://redmine.stoutner...
[PrivacyBrowserPC.git] / src / dialogs / CMakeLists.txt
index ee3d9ff681d4cfce1141d3242096b4be51deeeb7..2b722cca588fa4c4333dff1faad664c01d76d878 100644 (file)
@@ -18,6 +18,8 @@
 
 # List the sources to include in the executable.
 target_sources(privacy-browser PRIVATE
+    AddOrEditCookieDialog.cpp
     CookiesDialog.cpp
     DomainSettingsDialog.cpp
+    DurableCookiesDialog.cpp
 )