Add qmake/cmake config options to clickable.json
Accept qmake/cmake config params in clickable.json like that:
{
"template": "qmake",
"conf_opts": "CONFIG+=ubuntu",
}
resulting in qmake CONFIG+=ubuntu.
Accept qmake/cmake config params in clickable.json like that:
{
"template": "qmake",
"conf_opts": "CONFIG+=ubuntu",
}
resulting in qmake CONFIG+=ubuntu.