]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/dialogs/CMakeLists.txt
Change the cookie implementation to a QTreeView.
[PrivacyBrowserPC.git] / src / dialogs / CMakeLists.txt
index e2effdb38a2700287481e6689854e573829dced4..55f66fdf226a8463dd4621ea2123cfe6dcf46cd2 100644 (file)
@@ -18,5 +18,7 @@
 
 # List the sources to include in the executable.
 target_sources(privacy-browser PRIVATE
+    AddOrEditCookieDialog.cpp
+    CookiesDialog.cpp
     DomainSettingsDialog.cpp
 )