Skip to content
Snippets Groups Projects
Commit 2c59a246 authored by ck's avatar ck
Browse files

Maemo: Make it possible to have more than one run configuration.

parent 2c87f1ee
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ bool MaemoRunConfigurationFactory::canCreate(Target *parent, ...@@ -84,7 +84,7 @@ bool MaemoRunConfigurationFactory::canCreate(Target *parent,
|| target->id() != QLatin1String(MAEMO_DEVICE_TARGET_ID)) { || target->id() != QLatin1String(MAEMO_DEVICE_TARGET_ID)) {
return false; return false;
} }
return id == QLatin1String(MAEMO_RC_ID); return id == MAEMO_RC_ID || id.startsWith(MAEMO_RC_ID_PREFIX);
} }
bool MaemoRunConfigurationFactory::canRestore(Target *parent, bool MaemoRunConfigurationFactory::canRestore(Target *parent,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment