mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
Add missing GroupPopUpButtonCell and PriorityPopUpButtonCell to CMakeLists.txt (#4417)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user