Home · Overviews · Reference · Classes |
Expands rule command variables. More...
#include <RuleVariables>
Expands rule command variables.
This is used when evaluating rule commands.
rule.commands="echo $$[INPUT]"
The supported variables are:
equivalent to rule.inputFiles
equivalent to rule.outputFiles
equivalent to rule.other
You can use the following modifiers:
Returns the nth item in the list.
Returns absolute paths.
Note that .ABS must appear at the end.
Construct a RuleVariables instance for rule. Set thread to the current thread.
Fetch the variable name from the rule. The value is returned in rv. Returns true if successful, false otherwise.
Copyright © 2009 Trolltech | Qt Extended - QBuild Maintainer Guide |