Details
Description
I have manually appended some paths to the environment in the project properties in Debugging->Environment to:
PATH=$(QTDIR)\bin;$(DIR_REMOTEADMIN_LIB_DEBUG);$(DIR_SIGNALVIEWER_LIB_DEBUG);$(PATH)
Every time I start visual studio, the add-in changes the environment back to : PATH="$(QTDIR)\bin%3b$(PATH)
If I remove the qt add-in, the environment stops getting changed.
This behavior is consistent for everybody on our software team.
Attachments
Issue Links
- is duplicated by
-
QTVSADDINBUG-379 Debugging environment in project properties is not saved or applied correctly in Visual Studio 2013
- Closed