X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fdialogs%2FCMakeLists.txt;h=7120f4d053f607efa04fe7a40560169635c1cff0;hp=2b722cca588fa4c4333dff1faad664c01d76d878;hb=HEAD;hpb=adf448e4cca7b96f6db9fc2048e9a64fa24a9bba diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index 2b722cc..264624f 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -1,6 +1,6 @@ -# Copyright © 2022 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 @@ -17,9 +17,20 @@ # List the sources to include in the executable. -target_sources(privacy-browser PRIVATE +target_sources(privacybrowser PRIVATE + AddBookmarkDialog.cpp + AddFolderDialog.cpp AddOrEditCookieDialog.cpp + BookmarksDialog.cpp CookiesDialog.cpp DomainSettingsDialog.cpp DurableCookiesDialog.cpp + EditBookmarkDialog.cpp + EditFolderDialog.cpp + FilterListsDialog.cpp + HttpAuthenticationDialog.cpp + RequestDetailDialog.cpp + RequestsDialog.cpp + SaveDialog.cpp + SettingsDialog.cpp )