- Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
How can I use an environment variable in the "PathExtension"-property in a "runsettings"-file?
This works:
<GoogleTestAdapterSettings> <SolutionSettings> <Settings> <PathExtension>D:\LIB\QT\5.15.2\msvc2019\bin</PathExtension> </Settings> </SolutionSettings> </GoogleTestAdapterSettings> This doesn't:
<GoogleTestAdapterSettings> <SolutionSettings> <Settings> <PathExtension>%QTDIR%\bin</PathExtension> </Settings> </SolutionSettings> </GoogleTestAdapterSettings> Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels