724add6365
* Moved Qt files into to renamed 'S'ource * Updated files after moving all Qt folder into Source * Updated Source capitalization in cmake files list * Adding newline to the end of project_manager_files.cmake Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
41 lines
1.3 KiB
CMake
41 lines
1.3 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/GemCatalog.h
|
|
Source/GemCatalog.cpp
|
|
Source/GemCatalog.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
|
|
)
|