Hi! Thanks for the hint, but this doesn't really work:
> You must set the property of cmd object in prepare script.
>
> cmd.serverPort = serverPort;
It seems that I have to write
cmd.serverPort = product.moduleProperty("exampleModule", "serverPort");
Than it works.
Regards,
STephan
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs
