Hello,
I have some a .hpp file that contains functions that can be used by multiple RCC workers.
Is there an environment variable that points to the top level of the project or some other way that I can specify the relative path to the file?
Currently I have the full path given in the RCC Worker xml Includeddirs property which works fine on my local machine but obviously this path doesn’t exist when attempting to run on other machines. I tried using ../ from the location of the XML file but this did not work.
Thanks in advance,
Dan