Home · Overviews · Reference · Classes |
VAR_1=foo bar baz VAR_2=one two three VAR_3=$$join($$VAR_1,$$VAR_2) #VAR_3="foo bar baz" "one two three"
Returns a list is with one item per input argument. Multiple items in an input argument are catenated with a space.
See also QBuild Functions and QBuild Script.
Copyright © 2009 Trolltech | Qt Extended - QBuild Maintainer Guide |