Home · Overviews · Reference · Classes |
### DEFINES+=FOO=$$define_value("(1<<2)") ###
This function correctly escapes a value so that it is not abused by the shell. The value is passed in literally, not as a string. If you want the value to be available as a string, use define_string().
See also Functions.
Copyright © 2009 Trolltech | Qt Extended - QBuild Maintainer Guide |