forked from qt-creator/qt-creator
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user