forked from qt-creator/qt-creator
TargetSetupPage: Work for projects without BuildConfiguration
Change-Id: Ie145bc3c87f01326a25e75f5c80a4d05da58bf6b Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -842,6 +842,9 @@ void Project::setup(QList<const BuildInfo *> infoList)
|
||||
toRegister << t;
|
||||
}
|
||||
|
||||
if (!info->factory())
|
||||
continue;
|
||||
|
||||
BuildConfiguration *bc = info->factory()->create(t, info);
|
||||
if (!bc)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user