forked from qt-creator/qt-creator
ProjectExplorer: Optionally show run environment in app output pane
Fixes: QTCREATORBUG-28427 Change-Id: I1022a377d3728ad5e91fa62514082110b86db9f4 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -2284,6 +2284,7 @@ public:
|
||||
ConfigureEnvironmentAspect::ConfigureEnvironmentAspect(ProjectExplorer::Target *target)
|
||||
{
|
||||
setIsLocal(true);
|
||||
setAllowPrintOnRun(false);
|
||||
setConfigWidgetCreator(
|
||||
[this, target] { return new ConfigureEnvironmentAspectWidget(this, target); });
|
||||
addSupportedBaseEnvironment(Tr::tr("Clean Environment"), {});
|
||||
|
||||
Reference in New Issue
Block a user