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
1162b09a
Commit
1162b09a
authored
Jul 27, 2010
by
Pawel Polanski
Browse files
Creation od "Copy Destanation" path for sis package has been fixed
parent
05ae17ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
View file @
1162b09a
...
...
@@ -256,7 +256,7 @@ void S60DeployStep::startDeployment()
QStringList
copyDst
;
foreach
(
const
QString
&
signedPackage
,
m_signedPackages
)
copyDst
<<
QString
::
fromLatin1
(
"%1:
\\
Data
\\
%
1
"
).
arg
(
m_installationDrive
).
arg
(
QFileInfo
(
signedPackage
).
fileName
());
copyDst
<<
QString
::
fromLatin1
(
"%1:
\\
Data
\\
%
2
"
).
arg
(
m_installationDrive
).
arg
(
QFileInfo
(
signedPackage
).
fileName
());
m_launcher
->
setCopyFileNames
(
m_signedPackages
,
copyDst
);
m_launcher
->
setInstallFileNames
(
copyDst
);
...
...
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