Updated files after moving all Qt folder into Source

This commit is contained in:
nggieber
2021-05-05 12:31:17 -07:00
parent 76ffff8bb5
commit 625aa14aa8
19 changed files with 52 additions and 52 deletions
@@ -10,9 +10,9 @@
*
*/
#include <Qt/EngineSettings.h>
#include <EngineSettings.h>
#include <Qt/ui_EngineSettings.h>
#include <Source/ui_EngineSettings.h>
namespace O3DE::ProjectManager
{
@@ -12,7 +12,7 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h>
#include <ScreenWidget.h>
#endif
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
{
@@ -12,7 +12,7 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h>
#include <ScreenWidget.h>
#endif
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
{
@@ -12,7 +12,7 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h>
#include <ScreenWidget.h>
#endif
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
{
@@ -12,7 +12,7 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h>
#include <ScreenWidget.h>
#endif
namespace Ui
@@ -10,7 +10,7 @@
*
*/
#include <Qt/ProjectManagerWindow.h>
#include <ProjectManagerWindow.h>
#include <ScreenFactory.h>
#include <AzQtComponents/Components/StyleManager.h>
@@ -18,7 +18,7 @@
#include <QDir>
#include <Qt/ui_ProjectManagerWindow.h>
#include <Source/ui_ProjectManagerWindow.h>
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
{
@@ -12,7 +12,7 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h>
#include <ScreenWidget.h>
#endif
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
{
@@ -12,7 +12,7 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <Qt/ScreenWidget.h>
#include <ScreenWidget.h>
#endif
namespace Ui
@@ -11,12 +11,12 @@
*/
#include <ScreenFactory.h>
#include <Qt/FirstTimeUse.h>
#include <Qt/NewProjectSettings.h>
#include <Qt/GemCatalog.h>
#include <Qt/ProjectsHome.h>
#include <Qt/ProjectSettings.h>
#include <Qt/EngineSettings.h>
#include <FirstTimeUse.h>
#include <NewProjectSettings.h>
#include <GemCatalog.h>
#include <ProjectsHome.h>
#include <ProjectSettings.h>
#include <EngineSettings.h>
namespace O3DE::ProjectManager
{
@@ -13,7 +13,7 @@
#include <ScreenDefs.h>
#include <Qt/ProjectManagerWindow.h>
#include <ProjectManagerWindow.h>
#include <QWidget>
@@ -12,7 +12,7 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <Qt/ProjectManagerWindow.h>
#include <ProjectManagerWindow.h>
#include <QWidget>
#endif
+1 -1
View File
@@ -16,7 +16,7 @@
#include <AzCore/Settings/SettingsRegistryMergeUtils.h>
#include <AzCore/IO/Path/Path.h>
#include <Qt/ProjectManagerWindow.h>
#include <ProjectManagerWindow.h>
#include <QApplication>
#include <QCoreApplication>