Qmake: Show executable in Run Configuration widget at all times

Task-number: QTCREATORBUG-18168
Change-Id: I3db248c6db4c58206d64982f10f8ca641c1145c3
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Tobias Hunger
2017-05-09 13:55:41 +02:00
parent 2b4715c208
commit 9f9776c4c9

View File

@@ -262,6 +262,7 @@ DesktopQmakeRunConfigurationWidget::DesktopQmakeRunConfigurationWidget(DesktopQm
this, &DesktopQmakeRunConfigurationWidget::runConfigurationEnabledChange);
Core::VariableChooser::addSupportForChildWidgets(this, m_qmakeRunConfiguration->macroExpander());
effectiveTargetInformationChanged();
}
void DesktopQmakeRunConfigurationWidget::runConfigurationEnabledChange()