X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdialogs%2FCMakeLists.txt;h=7120f4d053f607efa04fe7a40560169635c1cff0;hb=HEAD;hp=a1cc4d0646da136c23c283394d83b82ec033decc;hpb=f18185adbdce9891be0cbd2197838441aaa5ed3e;p=PrivacyBrowserPC.git diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index a1cc4d0..a0bc9eb 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -1,6 +1,6 @@ -# Copyright 2022-2023 Soren Stoutner . +# Copyright 2022-2024 Soren Stoutner . # -# This file is part of Privacy Browser PC . +# This file is part of 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 @@ -19,11 +19,19 @@ # 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 + EditFolderDialog.cpp + FilterEntryDialog.cpp + FilterListsDialog.cpp + HttpAuthenticationDialog.cpp + RequestDetailDialog.cpp + RequestsDialog.cpp SaveDialog.cpp + SettingsDialog.cpp )