mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
Add missing GroupPopUpButtonCell and PriorityPopUpButtonCell to CMakeLists.txt (#4417)
This commit is contained in:
parent
4549cc74a0
commit
e32cac98ce
5 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue