Files
o3de/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_files.cmake
T
Steve Pham 38261d0800 Shorten copyright headers by splitting into 2 lines (#2213)
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines

Signed-off-by: Steve Pham <spham@amazon.com>
2021-07-16 15:25:48 -07:00

56 lines
2.0 KiB
CMake

#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
set(FILES
dllmain.cpp
ComponentEntityEditorPlugin.h
ComponentEntityEditorPlugin.cpp
SandboxIntegration.h
SandboxIntegration.cpp
ComponentEntityEditorPlugin_precompiled.h
UI/QComponentEntityEditorMainWindow.h
UI/QComponentEntityEditorMainWindow.cpp
UI/QComponentLevelEntityEditorMainWindow.h
UI/QComponentLevelEntityEditorMainWindow.cpp
UI/QComponentEntityEditorOutlinerWindow.h
UI/QComponentEntityEditorOutlinerWindow.cpp
UI/AssetCatalogModel.h
UI/AssetCatalogModel.cpp
UI/ComponentPalette/CategoriesList.h
UI/ComponentPalette/CategoriesList.cpp
UI/ComponentPalette/ComponentDataModel.h
UI/ComponentPalette/ComponentDataModel.cpp
UI/ComponentPalette/ComponentPaletteSettings.h
UI/ComponentPalette/ComponentPaletteWindow.h
UI/ComponentPalette/ComponentPaletteWindow.cpp
UI/ComponentPalette/FavoriteComponentList.h
UI/ComponentPalette/FavoriteComponentList.cpp
UI/ComponentPalette/FilteredComponentList.h
UI/ComponentPalette/FilteredComponentList.cpp
UI/ComponentPalette/InformationPanel.h
UI/ComponentPalette/InformationPanel.cpp
UI/Outliner/OutlinerDisplayOptionsMenu.h
UI/Outliner/OutlinerDisplayOptionsMenu.cpp
UI/Outliner/OutlinerTreeView.hxx
UI/Outliner/OutlinerTreeView.cpp
UI/Outliner/OutlinerWidget.hxx
UI/Outliner/OutlinerWidget.cpp
UI/Outliner/OutlinerCacheBus.h
UI/Outliner/OutlinerListModel.hxx
UI/Outliner/OutlinerListModel.cpp
UI/Outliner/OutlinerSearchWidget.h
UI/Outliner/OutlinerSearchWidget.cpp
UI/Outliner/OutlinerSortFilterProxyModel.hxx
UI/Outliner/OutlinerSortFilterProxyModel.cpp
UI/Outliner/OutlinerWidget.ui
UI/Outliner/resources.qrc
UI/Outliner/EntityOutliner.qss
Objects/ComponentEntityObject.h
Objects/ComponentEntityObject.cpp
)