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
0c9d85a9
Commit
0c9d85a9
authored
Sep 09, 2010
by
Pawel Polanski
Browse files
Installation package list for Symbian fixed
parent
c1b693c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.cpp
View file @
0c9d85a9
...
...
@@ -220,8 +220,10 @@ SymbianUtils::SymbianDevice S60DeployConfigurationWidget::currentDevice() const
void
S60DeployConfigurationWidget
::
updateTargetInformation
()
{
QString
package
;
if
(
m_deployConfiguration
->
signedPackages
().
count
())
package
=
m_deployConfiguration
->
signedPackages
()[
0
];
for
(
int
i
=
0
;
i
<
m_deployConfiguration
->
signedPackages
().
count
();
++
i
)
package
+=
m_deployConfiguration
->
signedPackages
()[
i
]
+
QLatin1String
(
"
\n
"
);
if
(
!
package
.
isEmpty
())
package
.
remove
(
package
.
length
()
-
1
,
1
);
m_sisFileLabel
->
setText
(
QDir
::
toNativeSeparators
(
package
));
}
...
...
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