X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fdialogs%2FCMakeLists.txt;h=7120f4d053f607efa04fe7a40560169635c1cff0;hb=8292f934246cb283e1b0c32f4388c674f275c7aa;hp=e2effdb38a2700287481e6689854e573829dced4;hpb=16118809a11aa423f453a03c47f5263e9dd8b662;p=PrivacyBrowserPC.git diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index e2effdb..7120f4d 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -18,5 +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 )