Skip to content
Snippets Groups Projects
Commit ba6b52ce authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Customwizard: Add a simple preprocessor.


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: default avatarAlessandro Portale <alessandro.portale@nokia.com>
parent c4e9559c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment