Refactored ProjectManagerSettings, added tests, changed project built successful to be tracked by project path, added project ids, changed project settings path to use project id and name

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-06 09:22:03 -08:00
parent 6150a60e57
commit 15237af23c
28 changed files with 622 additions and 132 deletions
@@ -9,7 +9,6 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <AzCore/Math/Uuid.h>
#include <QUrl>
#include <QString>
#include <QStringList>
@@ -26,6 +25,7 @@ namespace O3DE::ProjectManager
const QString& path,
const QString& projectName,
const QString& displayName,
const QString& id,
const QString& origin,
const QString& summary,
const QString& iconPath,
@@ -45,6 +45,7 @@ namespace O3DE::ProjectManager
// From project.json
QString m_projectName;
QString m_displayName;
QString m_id;
QString m_origin;
QString m_summary;
QString m_iconPath;