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
Marco Bubke
flatpak-qt-creator
Commits
3c5ae375
Commit
3c5ae375
authored
Jul 07, 2010
by
ck
Browse files
Maemo: Fix deployment.
This broke after the introduction of a deploy step type.
parent
ad02e86e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
3c5ae375
...
...
@@ -228,7 +228,7 @@ const QString MaemoRunConfiguration::gdbCmd() const
const
MaemoPackageCreationStep
*
MaemoRunConfiguration
::
packageStep
()
const
{
const
QList
<
ProjectExplorer
::
BuildStep
*>
&
buildSteps
=
activeQt4BuildConfiguration
()
->
steps
(
ProjectExplorer
::
BuildStep
::
Build
);
=
activeQt4BuildConfiguration
()
->
steps
(
ProjectExplorer
::
BuildStep
::
Deploy
);
for
(
int
i
=
buildSteps
.
count
()
-
1
;
i
>=
0
;
--
i
)
{
const
MaemoPackageCreationStep
*
const
pStep
=
qobject_cast
<
MaemoPackageCreationStep
*>
(
buildSteps
.
at
(
i
));
...
...
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