In this documentation (under section "Specifying a Custom Executable to Run") I noticed that there is mention of what looks like a variable %{buildDir}
in the field "Working directory".
I have struggled for a while now to find documentation for this feature. I would like to know first of all is there documentation for this somewhere?.
Secondary questions:
- What other variables are available?
- In which fields can they be used?
- Can I access variables that I created in my project's
.pro
file? - Are there any other eval features or is this mechanism limited to variables?
Thanks!