forked from qt-creator/qt-creator
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:
@@ -262,6 +262,7 @@ DesktopQmakeRunConfigurationWidget::DesktopQmakeRunConfigurationWidget(DesktopQm
|
|||||||
this, &DesktopQmakeRunConfigurationWidget::runConfigurationEnabledChange);
|
this, &DesktopQmakeRunConfigurationWidget::runConfigurationEnabledChange);
|
||||||
|
|
||||||
Core::VariableChooser::addSupportForChildWidgets(this, m_qmakeRunConfiguration->macroExpander());
|
Core::VariableChooser::addSupportForChildWidgets(this, m_qmakeRunConfiguration->macroExpander());
|
||||||
|
effectiveTargetInformationChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DesktopQmakeRunConfigurationWidget::runConfigurationEnabledChange()
|
void DesktopQmakeRunConfigurationWidget::runConfigurationEnabledChange()
|
||||||
|
Reference in New Issue
Block a user