Added default target variant option in project configuration

This commit is contained in:
Nav
2021-04-08 20:42:23 +01:00
parent b781900a3f
commit c1c32fd1cc
7 changed files with 43 additions and 4 deletions

View File

@@ -47,6 +47,9 @@ namespace Bloom
void init(QJsonObject jsonObject);
std::string name;
std::string variantName;
QJsonObject jsonObject;
};