Home · Overviews · Reference · Classes codeless banner

define_value

Usage

    ###
    DEFINES+=FOO=$$define_value("(1<<2)")
    ###

Description

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 Nokia
Qt Extended - QBuild Maintainer Guide