forked from qt-creator/qt-creator
Ios: Do not report AuxTemplates as availableBuildTarget
This is different from all other target platforms, and was part of the initial ios code without anyone being around who knows why. Change-Id: I8be4094b89deb32275fc08b3c1560d7d5610ea28 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -64,8 +64,7 @@ QList<BuildTargetInfo>
|
|||||||
{
|
{
|
||||||
auto project = static_cast<QmakeProject *>(parent->project());
|
auto project = static_cast<QmakeProject *>(parent->project());
|
||||||
return project->buildTargets(mode, {ProjectType::ApplicationTemplate,
|
return project->buildTargets(mode, {ProjectType::ApplicationTemplate,
|
||||||
ProjectType::SharedLibraryTemplate,
|
ProjectType::SharedLibraryTemplate});
|
||||||
ProjectType::AuxTemplate});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IosRunConfigurationFactory::hasRunConfigForProFile(RunConfiguration *rc, const Utils::FileName &n) const
|
bool IosRunConfigurationFactory::hasRunConfigForProFile(RunConfiguration *rc, const Utils::FileName &n) const
|
||||||
|
|||||||
Reference in New Issue
Block a user