From b73d6be6a0723d5f886f5a8faa9123534e998331 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 11 Mar 2014 15:56:52 +0100 Subject: qmake: add replacement function getenv This is useful for querying environment variables which have parentheses in their name. Such jewels exist on Windows. The usual $$(VARNAME) syntax fails for those. Change-Id: I1d2766cabdc7f637caa9ae6408967685e02f5029 Reviewed-by: Oswald Buddenhagen --- qmake/doc/src/qmake-manual.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qmake/doc') diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index 958550ce91..01313b405f 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -2559,6 +2559,13 @@ See also \l{infile(filename, var, val)}{infile()}. + \section2 getenv(variablename) + + Returns the value of the environment variable \c variablename. + This is mostly equivalent to the \c $$(variablename) syntax. + The \c getenv function, however, supports environment variables with + parentheses in their name. + \section2 join(variablename, glue, before, after) Joins the value of \c variablename with \c glue. If this value is -- cgit v1.2.3