QmakeProject: Add macro expansion to desktop qmake runconfig widget

Change-Id: I434b7308c927c65280671ec7eb4e4dbad92edd6a
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
hjk
2014-11-05 16:23:34 +01:00
parent 1ef3d9dff3
commit bbdf1dae3e

View File

@@ -35,6 +35,7 @@
#include "qmakebuildconfiguration.h"
#include <coreplugin/coreconstants.h>
#include <coreplugin/variablechooser.h>
#include <projectexplorer/localenvironmentaspect.h>
#include <projectexplorer/target.h>
#include <qtsupport/qtkitinformation.h>
@@ -294,6 +295,8 @@ DesktopQmakeRunConfigurationWidget::DesktopQmakeRunConfigurationWidget(DesktopQm
connect(qmakeRunConfiguration, SIGNAL(enabledChanged()),
this, SLOT(runConfigurationEnabledChange()));
Core::VariableChooser::addSupportForChildWidgets(this, m_qmakeRunConfiguration->macroExpander());
}
DesktopQmakeRunConfigurationWidget::~DesktopQmakeRunConfigurationWidget()