Details
Description
Environment variables set for project resetting to
PATH="$(QTDIR)\bin%3b$(PATH)
after Visual Studio restart;
Go to: Project Properties -> Configuration Properties -> Debugging, append any path to the default value, e.g.:
PATH=$(QTDIR)\bin;$(PATH);$(SolutionDir)\3rdparty\bin
Save project, restart Visual Studio, open project, see that "Environment" property has value:
PATH="$(QTDIR)\bin%3b$(PATH)
Versions below 1.2.3 wasn't evaluated, probably affected too
Attachments
Issue Links
- is duplicated by
-
QTVSADDINBUG-447 Project Properties->Debugging->Environment permanently grows.
- Closed
-
QTVSADDINBUG-470 Debugging environment saved incorrectly
- Closed
-
QTVSADDINBUG-406 LocalDebuggerEnvironment string
- Closed