]> 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 5eaf0f46f53235a67f0643c78aec0ecb1f5a70e5..2b722cca588fa4c4333dff1faad664c01d76d878 100644 (file)
@@ -18,7 +18,8 @@
 
 # List the sources to include in the executable.
 target_sources(privacy-browser PRIVATE
-    AddCookieDialog.cpp
+    AddOrEditCookieDialog.cpp
     CookiesDialog.cpp
     DomainSettingsDialog.cpp
+    DurableCookiesDialog.cpp
 )