1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

Add missing GroupPopUpButtonCell and PriorityPopUpButtonCell to CMakeLists.txt (#4417)

This commit is contained in:
Cœur 2022-12-22 10:01:52 +08:00 committed by GitHub
parent 4549cc74a0
commit e32cac98ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 4 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.