forked from qt-creator/qt-creator
Symbian: Remove support for S60 emulator
The Qt SDK never supported this, so remove it from Qt Creator. Change-Id: I1da9d658195083aa1b6f5d8119cc03c4984e8d77 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -762,18 +762,16 @@ BuildConfiguration *Qt4BuildConfigurationFactory::create(ProjectExplorer::Target
|
||||
(version->defaultBuildConfig() | QtSupport::BaseQtVersion::DebugBuild),
|
||||
QString(), QString(), false);
|
||||
|
||||
if (qt4Target->id() != QLatin1String(Constants::S60_EMULATOR_TARGET_ID)) {
|
||||
//: Release build configuration. We recommend not translating it.
|
||||
QString defaultReleaseName = tr("%1 Release").arg(version->displayName());
|
||||
QString customReleaseName;
|
||||
if (buildConfigurationName != version->displayName())
|
||||
customReleaseName = tr("%1 Release").arg(buildConfigurationName);
|
||||
//: Release build configuration. We recommend not translating it.
|
||||
QString defaultReleaseName = tr("%1 Release").arg(version->displayName());
|
||||
QString customReleaseName;
|
||||
if (buildConfigurationName != version->displayName())
|
||||
customReleaseName = tr("%1 Release").arg(buildConfigurationName);
|
||||
|
||||
bc = qt4Target->addQt4BuildConfiguration(defaultReleaseName, customReleaseName,
|
||||
version,
|
||||
(version->defaultBuildConfig() & ~QtSupport::BaseQtVersion::DebugBuild),
|
||||
QString(), QString(), false);
|
||||
}
|
||||
bc = qt4Target->addQt4BuildConfiguration(defaultReleaseName, customReleaseName,
|
||||
version,
|
||||
(version->defaultBuildConfig() & ~QtSupport::BaseQtVersion::DebugBuild),
|
||||
QString(), QString(), false);
|
||||
return bc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user