-
Suggestion
-
Resolution: Done
-
P4: Low
-
Qt Creator 1.2.90
-
None
-
Windows 7 64-bit
I have an environment variable "CC_VC2008" with the value "D:\Compilers\MS Visual Studio 2008". As far as I can tell there is no way to expand environment variables in the .includes file for code completion and syntax checking. It works just find with an absolute path but this is not acceptable because the project is moved around on different machines.
I am trying to add this to the includes file:
$$(CC_VC2008)/VC/atlmfc/include
How else can I make this work? I need relative paths from system-specific environment variables.