On Wed, 7 Feb 2018 18:09:31 +0100 <[email protected]> wrote: > Alright I see. Currently I am using it to access "global" functions defined > as properties in top-level Project. Would moving them to external Module and > importing that work in Probe? Or do I need to specify re-declare those I use > in each Probe?
Modules are not available in configure scripts. But you could put the functions into a js file and import it in the file that contains the Probe. This is how we generally suggest to provide functions. Christian _______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
