forked from qt-creator/qt-creator
Mark simulator as a mobile target
This commit is contained in:
@@ -1197,7 +1197,8 @@ bool QtVersion::supportsMobileTarget() const
|
||||
{
|
||||
return supportsTargetId(Constants::S60_DEVICE_TARGET_ID) ||
|
||||
supportsTargetId(Constants::S60_EMULATOR_TARGET_ID) ||
|
||||
supportsTargetId(Constants::MAEMO_DEVICE_TARGET_ID);
|
||||
supportsTargetId(Constants::MAEMO_DEVICE_TARGET_ID) ||
|
||||
supportsTargetId(Constants::QT_SIMULATOR_TARGET_ID);
|
||||
}
|
||||
|
||||
QList<QSharedPointer<ProjectExplorer::ToolChain> > QtVersion::toolChains() const
|
||||
|
||||
Reference in New Issue
Block a user