forked from qt-creator/qt-creator
ios: correcly update executable path in the ui
changing the build directory did not update the path shown in the run configuration ui (but the correct one would be used) Task-number: QTCREATORBUG-11080 Change-Id: I4105cb6ffd21bffe59e9bbbccdf427caf88646d6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -201,7 +201,9 @@ IosRunConfigurationWidget::IosRunConfigurationWidget(IosRunConfiguration *runCon
|
|||||||
|
|
||||||
updateValues();
|
updateValues();
|
||||||
connect(m_ui->argumentsLineEdit, SIGNAL(editingFinished()),
|
connect(m_ui->argumentsLineEdit, SIGNAL(editingFinished()),
|
||||||
this, SLOT(argumentsLineEditTextEdited()));
|
SLOT(argumentsLineEditTextEdited()));
|
||||||
|
connect(runConfiguration->target(), SIGNAL(buildDirectoryChanged()),
|
||||||
|
SLOT(updateValues()));
|
||||||
}
|
}
|
||||||
|
|
||||||
IosRunConfigurationWidget::~IosRunConfigurationWidget()
|
IosRunConfigurationWidget::~IosRunConfigurationWidget()
|
||||||
|
Reference in New Issue
Block a user