From a6c85993ba324def14c4e306d940df4d0a47da30 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 26 Jul 2019 09:23:57 +0200 Subject: ProjectExplorer: Propagate build environment changes more directly To check this still works I used a CustomRunConfiguration with a executable name $AAA, the tooltip there tries to expand that (and complains that $AAA is not an executable). By inserting a AAA=/bin/ls in the build environment, the tool tip on the run config exectable path chooser changes appropriately, same for changing the AAA value. The connection seems also needed, dropping it destroys that updating. Change-Id: I28965cbd3ce530a83d98808ca7624a6799cd9800 Reviewed-by: Christian Kandeler --- src/plugins/projectexplorer/localenvironmentaspect.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/projectexplorer/localenvironmentaspect.h') diff --git a/src/plugins/projectexplorer/localenvironmentaspect.h b/src/plugins/projectexplorer/localenvironmentaspect.h index 05653899b2..b1e4d5fd55 100644 --- a/src/plugins/projectexplorer/localenvironmentaspect.h +++ b/src/plugins/projectexplorer/localenvironmentaspect.h @@ -35,8 +35,6 @@ class PROJECTEXPLORER_EXPORT LocalEnvironmentAspect : public EnvironmentAspect public: explicit LocalEnvironmentAspect(Target *parent); - - void buildEnvironmentHasChanged(); }; } // namespace ProjectExplorer -- cgit v1.2.3