Friedemann Kleint
authored
Allowing for nesting sections depending on Javascript expression using
the (expanded) wizard field variables as in:
-- test.pro.template:
QT = core
@if "%NETWORK_CHECKBOX%" == "true"
QT += network
@endif
Rubber-stamped-by:
Alessandro Portale <alessandro.portale@nokia.com>