Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 1.2.90
-
None
-
07abc847e828abd02dc943109c737e224bbc5116
Description
Hello,
When I want to include a *.pri file using an environment var (ie. include($(MY_ENV_VAR)/MyFile.pri) ), it doesn't work with code completion, highlight... but it works for code compilation. If I replace $(MY_ENV_VAR) with the absolute path, it works... It would be great to interpret the environment vars because in headers or body files, #include <something_from_MyFile_pri/aFile.h> is underlined as if it's an unfound file, an it's not possible to use CTRL+click on the file to go to it.