forked from qt-creator/qt-creator
Agree on a default sis package name.
Instead of renaming it first. We agree on always deploying target.sis (where target is the qmake TARGET). For older Qt for Symbian versions we rename to match this.
This commit is contained in:
@@ -204,7 +204,7 @@ void S60DeviceRunConfigurationWidget::argumentsEdited(const QString &text)
|
||||
|
||||
void S60DeviceRunConfigurationWidget::updateTargetInformation()
|
||||
{
|
||||
m_sisFileLabel->setText(m_runConfiguration->signedPackage());
|
||||
m_sisFileLabel->setText(QDir::toNativeSeparators(m_runConfiguration->signedPackage()));
|
||||
}
|
||||
|
||||
void S60DeviceRunConfigurationWidget::setSerialPort(int index)
|
||||
|
||||
Reference in New Issue
Block a user