diff options
author | Pawel Polanski <pawel.3.polanski@nokia.com> | 2010-07-26 15:15:49 +0200 |
---|---|---|
committer | Pawel Polanski <pawel.3.polanski@nokia.com> | 2010-07-26 15:16:56 +0200 |
commit | 1a820256b176265fe8bed430808cedc19793f406 (patch) | |
tree | d8ebe2a08cff5befd4b1e942b2c206392d5a51c3 /src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp | |
parent | fb10a2345d1f013fd42470ce41e4b70b4c0516f0 (diff) | |
download | qt-creator-1a820256b176265fe8bed430808cedc19793f406.tar.gz |
User installation has is launched if silent one fails. For Symbian OS
Diffstat (limited to 'src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp')
-rw-r--r-- | src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp b/src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp index b927b74c4c..129f52f7cc 100644 --- a/src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp +++ b/src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp @@ -258,7 +258,7 @@ void S60DeployStep::startDeployment() m_launcher->setCopyFileName(m_signedPackage, copyDst); m_launcher->setInstallFileName(copyDst); m_launcher->setInstallationDrive(m_installationDrive); - m_launcher->setInstallationMode(m_silentInstall?trk::Launcher::InstallationModeSilent: + m_launcher->setInstallationMode(m_silentInstall?trk::Launcher::InstallationModeSilentAndUser: trk::Launcher::InstallationModeUser); m_launcher->addStartupActions(trk::Launcher::ActionCopyInstall); |