From e32cac98ce149dc85ceb51c639f5e4a3a2060cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Thu, 22 Dec 2022 10:01:52 +0800 Subject: [PATCH] Add missing GroupPopUpButtonCell and PriorityPopUpButtonCell to CMakeLists.txt (#4417) --- macosx/CMakeLists.txt | 6 ++++++ macosx/GroupPopUpButtonCell.h | 2 +- macosx/GroupPopUpButtonCell.mm | 2 +- macosx/PriorityPopUpButtonCell.h | 2 +- macosx/PriorityPopUpButtonCell.mm | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/macosx/CMakeLists.txt b/macosx/CMakeLists.txt index afbe30564..4cde3cfa6 100644 --- a/macosx/CMakeLists.txt +++ b/macosx/CMakeLists.txt @@ -58,6 +58,7 @@ set(${PROJECT_NAME}_SOURCES GlobalOptionsPopoverViewController.mm GroupTextCell.mm GroupToolbarItem.mm + GroupPopUpButtonCell.mm GroupsController.mm GroupsPrefsController.mm InfoActivityViewController.mm @@ -83,9 +84,11 @@ set(${PROJECT_NAME}_SOURCES PredicateEditorRowTemplateAny.mm PrefsController.mm PrefsWindow.mm + PriorityPopUpButtonCell.mm ProgressGradients.mm ShareToolbarItem.mm ShareTorrentFileHelper.mm + SparkleProxy.mm StatsWindowController.mm StatusBarController.mm StatusBarView.mm @@ -112,6 +115,7 @@ set(${PROJECT_NAME}_HEADERS BlocklistScheduler.h BonjourController.h ButtonToolbarItem.h + CocoaCompatibility.h ColorTextField.h Controller.h CreatorWindowController.h @@ -129,6 +133,7 @@ set(${PROJECT_NAME}_HEADERS FilterBarView.h FilterButton.h GlobalOptionsPopoverViewController.h + GroupPopUpButtonCell.h GroupToolbarItem.h GroupsController.h GroupsPrefsController.h @@ -155,6 +160,7 @@ set(${PROJECT_NAME}_HEADERS PredicateEditorRowTemplateAny.h PrefsController.h PrefsWindow.h + PriorityPopUpButtonCell.h ProgressGradients.h ShareToolbarItem.h ShareTorrentFileHelper.h diff --git a/macosx/GroupPopUpButtonCell.h b/macosx/GroupPopUpButtonCell.h index 16c92fb9f..f2114d83c 100644 --- a/macosx/GroupPopUpButtonCell.h +++ b/macosx/GroupPopUpButtonCell.h @@ -1,4 +1,4 @@ -// This file Copyright © 2007-2022 Transmission authors and contributors. +// This file Copyright © 2022 Transmission authors and contributors. // It may be used under the MIT (SPDX: MIT) license. // License text can be found in the licenses/ folder. diff --git a/macosx/GroupPopUpButtonCell.mm b/macosx/GroupPopUpButtonCell.mm index 57122cf5f..6053e0df8 100644 --- a/macosx/GroupPopUpButtonCell.mm +++ b/macosx/GroupPopUpButtonCell.mm @@ -1,4 +1,4 @@ -// This file Copyright © 2007-2022 Transmission authors and contributors. +// This file Copyright © 2022 Transmission authors and contributors. // It may be used under the MIT (SPDX: MIT) license. // License text can be found in the licenses/ folder. diff --git a/macosx/PriorityPopUpButtonCell.h b/macosx/PriorityPopUpButtonCell.h index 3c99785b2..6007a15ec 100644 --- a/macosx/PriorityPopUpButtonCell.h +++ b/macosx/PriorityPopUpButtonCell.h @@ -1,4 +1,4 @@ -// This file Copyright © 2007-2022 Transmission authors and contributors. +// This file Copyright © 2022 Transmission authors and contributors. // It may be used under the MIT (SPDX: MIT) license. // License text can be found in the licenses/ folder. diff --git a/macosx/PriorityPopUpButtonCell.mm b/macosx/PriorityPopUpButtonCell.mm index 9bd7c6a1e..d243622b4 100644 --- a/macosx/PriorityPopUpButtonCell.mm +++ b/macosx/PriorityPopUpButtonCell.mm @@ -1,4 +1,4 @@ -// This file Copyright © 2007-2022 Transmission authors and contributors. +// This file Copyright © 2022 Transmission authors and contributors. // It may be used under the MIT (SPDX: MIT) license. // License text can be found in the licenses/ folder.