X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdialogs%2FCMakeLists.txt;h=7120f4d053f607efa04fe7a40560169635c1cff0;hb=8292f934246cb283e1b0c32f4388c674f275c7aa;hp=ee3d9ff681d4cfce1141d3242096b4be51deeeb7;hpb=8933c941521c591a962034ecf3486c9143bf1f80;p=PrivacyBrowserPC.git diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index ee3d9ff..7120f4d 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -18,6 +18,9 @@ # List the sources to include in the executable. target_sources(privacy-browser PRIVATE + AddOrEditCookieDialog.cpp CookiesDialog.cpp DomainSettingsDialog.cpp + DurableCookiesDialog.cpp + SaveDialog.cpp )