]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/dialogs/CMakeLists.txt
Finish block list implementation.
[PrivacyBrowserPC.git] / src / dialogs / CMakeLists.txt
index a1cc4d0646da136c23c283394d83b82ec033decc..a0bc9eba6e3d0038d4a1170e303fd462e0a3de6f 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
+# Copyright 2022-2024 Soren Stoutner <soren@stoutner.com>.
 #
 #
-# This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
+# This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
 #
 # Privacy Browser PC is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 #
 # Privacy Browser PC is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # List the sources to include in the executable.
 target_sources(privacybrowser PRIVATE
     AddBookmarkDialog.cpp
 # List the sources to include in the executable.
 target_sources(privacybrowser PRIVATE
     AddBookmarkDialog.cpp
+    AddFolderDialog.cpp
     AddOrEditCookieDialog.cpp
     BookmarksDialog.cpp
     CookiesDialog.cpp
     DomainSettingsDialog.cpp
     DurableCookiesDialog.cpp
     EditBookmarkDialog.cpp
     AddOrEditCookieDialog.cpp
     BookmarksDialog.cpp
     CookiesDialog.cpp
     DomainSettingsDialog.cpp
     DurableCookiesDialog.cpp
     EditBookmarkDialog.cpp
+    EditFolderDialog.cpp
+    FilterEntryDialog.cpp
+    FilterListsDialog.cpp
+    HttpAuthenticationDialog.cpp
+    RequestDetailDialog.cpp
+    RequestsDialog.cpp
     SaveDialog.cpp
     SaveDialog.cpp
+    SettingsDialog.cpp
 )
 )