forked from qt-creator/qt-creator
Fix subdir project deployment for symbian
We create a .sis package per leaf project now, deploy all of them and start the executable for the runconfiguration that was selected. This does not cover all use cases, but works for development.
This commit is contained in:
@@ -247,7 +247,7 @@ void S60DeviceRunConfigurationWidget::argumentsEdited(const QString &text)
|
||||
|
||||
void S60DeviceRunConfigurationWidget::updateTargetInformation()
|
||||
{
|
||||
m_sisFileLabel->setText(QDir::toNativeSeparators(m_runConfiguration->signedPackage()));
|
||||
m_sisFileLabel->setText(QDir::toNativeSeparators(m_runConfiguration->appPackageTemplateFileName()));
|
||||
}
|
||||
|
||||
void S60DeviceRunConfigurationWidget::setInstallationDrive(int index)
|
||||
|
||||
Reference in New Issue
Block a user