Wizards: Let wizard know its supported project types

Preparation for later to make sub projects aware of the projects
they may be added to.

Change-Id: I95630adca6f756377d939b6c3169ada2c5a93236
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Stenger
2024-05-29 12:16:11 +02:00
parent 26030bf0a8
commit b5dd1330e4

View File

@@ -655,6 +655,7 @@ Wizard *JsonWizardFactory::runWizardImpl(const FilePath &path, QWidget *parent,
wizard->setValue(QStringLiteral("Features"), Id::toStringList(availableFeatures(platform)));
wizard->setValue(QStringLiteral("Plugins"), Id::toStringList(pluginFeatures()));
wizard->setValue(QStringLiteral("SupportedProjectTypes"), Id::toStringList(supportedProjectTypes()));
// Add data to wizard:
for (auto i = variables.constBegin(); i != variables.constEnd(); ++i)