5e65c5c710
* [LYN-2515] Project Manager Gem List Base * Added gem model based on a standard item model * Added list view using the gem model * Added item delegate for a gem according to the UX design * Removed th gem catalog ui file and replaced it with code * Moved the gem catalog files into a sub folder
48 lines
1.6 KiB
CMake
48 lines
1.6 KiB
CMake
#
|
|
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
|
# its licensors.
|
|
#
|
|
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
# distribution (the "License"). All use of this software is governed by the License,
|
|
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
#
|
|
|
|
set(FILES
|
|
project_manager.qrc
|
|
Source/main.cpp
|
|
Source/ScreenDefs.h
|
|
Source/ScreenFactory.h
|
|
Source/ScreenFactory.cpp
|
|
Source/ScreenWidget.h
|
|
Source/FirstTimeUse.h
|
|
Source/FirstTimeUse.cpp
|
|
Source/FirstTimeUse.ui
|
|
Source/ProjectManagerWindow.h
|
|
Source/ProjectManagerWindow.cpp
|
|
Source/ProjectManagerWindow.ui
|
|
Source/NewProjectSettings.h
|
|
Source/NewProjectSettings.cpp
|
|
Source/NewProjectSettings.ui
|
|
Source/ProjectsHome.h
|
|
Source/ProjectsHome.cpp
|
|
Source/ProjectsHome.ui
|
|
Source/ProjectSettings.h
|
|
Source/ProjectSettings.cpp
|
|
Source/ProjectSettings.ui
|
|
Source/EngineSettings.h
|
|
Source/EngineSettings.cpp
|
|
Source/EngineSettings.ui
|
|
Source/GemCatalog/GemCatalog.h
|
|
Source/GemCatalog/GemCatalog.cpp
|
|
Source/GemCatalog/GemInfo.h
|
|
Source/GemCatalog/GemInfo.cpp
|
|
Source/GemCatalog/GemItemDelegate.h
|
|
Source/GemCatalog/GemItemDelegate.cpp
|
|
Source/GemCatalog/GemListView.h
|
|
Source/GemCatalog/GemListView.cpp
|
|
Source/GemCatalog/GemModel.h
|
|
Source/GemCatalog/GemModel.cpp
|
|
)
|