forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user