Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
2c59a246
Commit
2c59a246
authored
Mar 08, 2010
by
ck
Browse files
Maemo: Make it possible to have more than one run configuration.
parent
2c87f1ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunfactories.cpp
View file @
2c59a246
...
...
@@ -84,7 +84,7 @@ bool MaemoRunConfigurationFactory::canCreate(Target *parent,
||
target
->
id
()
!=
QLatin1String
(
MAEMO_DEVICE_TARGET_ID
))
{
return
false
;
}
return
id
==
QLatin1String
(
MAEMO_RC_ID
);
return
id
==
MAEMO_RC_ID
||
id
.
startsWith
(
MAEMO_RC_ID
_PREFIX
);
}
bool
MaemoRunConfigurationFactory
::
canRestore
(
Target
*
parent
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment