Fix Project Manager Qt Ui files not Being Autogenerated (#588)

* 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>
main
AMZN-nggieber 5 years ago committed by GitHub
parent 97fb763776
commit 724add6365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ ly_add_target(
PUBLIC PUBLIC
. .
PRIVATE PRIVATE
source Source
BUILD_DEPENDENCIES BUILD_DEPENDENCIES
PRIVATE PRIVATE

@ -10,9 +10,9 @@
* *
*/ */
#include <Qt/EngineSettings.h> #include <EngineSettings.h>
#include <Qt/ui_EngineSettings.h> #include <Source/ui_EngineSettings.h>
namespace O3DE::ProjectManager namespace O3DE::ProjectManager
{ {

@ -12,7 +12,7 @@
#pragma once #pragma once
#if !defined(Q_MOC_RUN) #if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h> #include <ScreenWidget.h>
#endif #endif
namespace Ui namespace Ui

@ -10,9 +10,9 @@
* *
*/ */
#include <Qt/FirstTimeUse.h> #include <FirstTimeUse.h>
#include <Qt/ui_FirstTimeUse.h> #include <Source/ui_FirstTimeUse.h>
namespace O3DE::ProjectManager namespace O3DE::ProjectManager
{ {

@ -12,7 +12,7 @@
#pragma once #pragma once
#if !defined(Q_MOC_RUN) #if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h> #include <ScreenWidget.h>
#endif #endif
namespace Ui namespace Ui

@ -10,9 +10,9 @@
* *
*/ */
#include <Qt/GemCatalog.h> #include <GemCatalog.h>
#include <Qt/ui_GemCatalog.h> #include <Source/ui_GemCatalog.h>
namespace O3DE::ProjectManager namespace O3DE::ProjectManager
{ {

@ -12,7 +12,7 @@
#pragma once #pragma once
#if !defined(Q_MOC_RUN) #if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h> #include <ScreenWidget.h>
#endif #endif
namespace Ui namespace Ui

@ -10,9 +10,9 @@
* *
*/ */
#include <Qt/NewProjectSettings.h> #include <NewProjectSettings.h>
#include <Qt/ui_NewProjectSettings.h> #include <Source/ui_NewProjectSettings.h>
namespace O3DE::ProjectManager namespace O3DE::ProjectManager
{ {

@ -12,7 +12,7 @@
#pragma once #pragma once
#if !defined(Q_MOC_RUN) #if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h> #include <ScreenWidget.h>
#endif #endif
namespace Ui namespace Ui

@ -10,7 +10,7 @@
* *
*/ */
#include <Qt/ProjectManagerWindow.h> #include <ProjectManagerWindow.h>
#include <ScreenFactory.h> #include <ScreenFactory.h>
#include <AzQtComponents/Components/StyleManager.h> #include <AzQtComponents/Components/StyleManager.h>
@ -18,7 +18,7 @@
#include <QDir> #include <QDir>
#include <Qt/ui_ProjectManagerWindow.h> #include <Source/ui_ProjectManagerWindow.h>
namespace O3DE::ProjectManager namespace O3DE::ProjectManager
{ {

@ -10,9 +10,9 @@
* *
*/ */
#include <Qt/ProjectSettings.h> #include <ProjectSettings.h>
#include <Qt/ui_ProjectSettings.h> #include <Source/ui_ProjectSettings.h>
namespace O3DE::ProjectManager namespace O3DE::ProjectManager
{ {

@ -12,7 +12,7 @@
#pragma once #pragma once
#if !defined(Q_MOC_RUN) #if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h> #include <ScreenWidget.h>
#endif #endif
namespace Ui namespace Ui

@ -10,9 +10,9 @@
* *
*/ */
#include <Qt/ProjectsHome.h> #include <ProjectsHome.h>
#include <Qt/ui_ProjectsHome.h> #include <Source/ui_ProjectsHome.h>
namespace O3DE::ProjectManager namespace O3DE::ProjectManager
{ {

@ -12,7 +12,7 @@
#pragma once #pragma once
#if !defined(Q_MOC_RUN) #if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h> #include <ScreenWidget.h>
#endif #endif
namespace Ui namespace Ui

@ -11,12 +11,12 @@
*/ */
#include <ScreenFactory.h> #include <ScreenFactory.h>
#include <Qt/FirstTimeUse.h> #include <FirstTimeUse.h>
#include <Qt/NewProjectSettings.h> #include <NewProjectSettings.h>
#include <Qt/GemCatalog.h> #include <GemCatalog.h>
#include <Qt/ProjectsHome.h> #include <ProjectsHome.h>
#include <Qt/ProjectSettings.h> #include <ProjectSettings.h>
#include <Qt/EngineSettings.h> #include <EngineSettings.h>
namespace O3DE::ProjectManager namespace O3DE::ProjectManager
{ {

@ -13,7 +13,7 @@
#include <ScreenDefs.h> #include <ScreenDefs.h>
#include <Qt/ProjectManagerWindow.h> #include <ProjectManagerWindow.h>
#include <QWidget> #include <QWidget>

@ -12,7 +12,7 @@
#pragma once #pragma once
#if !defined(Q_MOC_RUN) #if !defined(Q_MOC_RUN)
#include <Qt/ProjectManagerWindow.h> #include <ProjectManagerWindow.h>
#include <QWidget> #include <QWidget>
#endif #endif

@ -16,7 +16,7 @@
#include <AzCore/Settings/SettingsRegistryMergeUtils.h> #include <AzCore/Settings/SettingsRegistryMergeUtils.h>
#include <AzCore/IO/Path/Path.h> #include <AzCore/IO/Path/Path.h>
#include <Qt/ProjectManagerWindow.h> #include <ProjectManagerWindow.h>
#include <QApplication> #include <QApplication>
#include <QCoreApplication> #include <QCoreApplication>

@ -11,30 +11,30 @@
set(FILES set(FILES
project_manager.qrc project_manager.qrc
source/main.cpp Source/main.cpp
source/ScreenDefs.h Source/ScreenDefs.h
source/ScreenFactory.h Source/ScreenFactory.h
source/ScreenFactory.cpp Source/ScreenFactory.cpp
source/Qt/ScreenWidget.h Source/ScreenWidget.h
source/Qt/FirstTimeUse.h Source/FirstTimeUse.h
source/Qt/FirstTimeUse.cpp Source/FirstTimeUse.cpp
source/Qt/FirstTimeUse.ui Source/FirstTimeUse.ui
source/Qt/ProjectManagerWindow.h Source/ProjectManagerWindow.h
source/Qt/ProjectManagerWindow.cpp Source/ProjectManagerWindow.cpp
source/Qt/ProjectManagerWindow.ui Source/ProjectManagerWindow.ui
source/Qt/NewProjectSettings.h Source/NewProjectSettings.h
source/Qt/NewProjectSettings.cpp Source/NewProjectSettings.cpp
source/Qt/NewProjectSettings.ui Source/NewProjectSettings.ui
source/Qt/GemCatalog.h Source/GemCatalog.h
source/Qt/GemCatalog.cpp Source/GemCatalog.cpp
source/Qt/GemCatalog.ui Source/GemCatalog.ui
source/Qt/ProjectsHome.h Source/ProjectsHome.h
source/Qt/ProjectsHome.cpp Source/ProjectsHome.cpp
source/Qt/ProjectsHome.ui Source/ProjectsHome.ui
source/Qt/ProjectSettings.h Source/ProjectSettings.h
source/Qt/ProjectSettings.cpp Source/ProjectSettings.cpp
source/Qt/ProjectSettings.ui Source/ProjectSettings.ui
source/Qt/EngineSettings.h Source/EngineSettings.h
source/Qt/EngineSettings.cpp Source/EngineSettings.cpp
source/Qt/EngineSettings.ui Source/EngineSettings.ui
) )

Loading…
Cancel
Save