[QBS] qbs property namespace

Stephan Gatzka stephan.gatzka at gmail.com
Thu Aug 13 12:56:33 CEST 2015


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



More information about the Qbs mailing list