X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdialogs%2FCMakeLists.txt;h=94b84aa406a509b02a9f82ab75dd7bd4d1beeb49;hb=refs%2Fheads%2Fmaster;hp=ee3d9ff681d4cfce1141d3242096b4be51deeeb7;hpb=8933c941521c591a962034ecf3486c9143bf1f80;p=PrivacyBrowserPC.git diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index ee3d9ff..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,7 +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 )