Commit 094bcb5dfd5f93f3f08fc0dcb2ec303905c28603
- Diff rendering mode:
- inline
- side by side
|   | |||
| 488 | 488 | { | |
| 489 | 489 | Qt4Project *p = qobject_cast<Qt4Project *>(project); | |
| 490 | 490 | Q_ASSERT(p); | |
| 491 | if (type.startsWith("QtS60DeviceRunConfiguration.")) { | ||
| 491 | if (type.startsWith("QtSymbianDeviceRunConfiguration.")) { | ||
| 492 | 492 | QString fileName = type.mid(QString("QtSymbianDeviceRunConfiguration.").size()); | |
| 493 | 493 | return QSharedPointer<RunConfiguration>(new S60DeviceRunConfiguration(p, fileName)); | |
| 494 | 494 | } |

