Symbian: Warning is displayed if no sis packed is provided for deployment

This commit is contained in:
Pawel Polanski
2011-01-24 14:51:46 +01:00
parent 6dedad8efc
commit 6061c40515

View File

@@ -178,6 +178,11 @@ bool S60DeployStep::init()
}
m_channel = deployConfiguration->communicationChannel();
if (m_signedPackages.isEmpty()) {
appendMessage(tr("No package has been found. Please specify at least one installation package."), true);
return false;
}
if (m_channel == S60DeployConfiguration::CommunicationTrkSerialConnection) {
QString message;
if (m_launcher) {