forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/11.0'
Change-Id: Idbf5f641aa9db7574cf2a4bd09adb8bcd03da894
This commit is contained in:
@@ -82,7 +82,7 @@ QList<ITestConfiguration *> CTestTreeItem::testConfigurationsFor(const QStringLi
|
||||
if (!project)
|
||||
return {};
|
||||
|
||||
const ProjectExplorer::Target *target = project->targets().value(0);
|
||||
const ProjectExplorer::Target *target = ProjectExplorer::ProjectManager::startupTarget();
|
||||
if (!target)
|
||||
return {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user