Hello,
There is a product, which depends on a module:
Product {
name: ...
type: ...
Depends { name: 'mymodule' }
...
}
Module {
name 'mymodule'
readonly property string thisPath: {
return .....????
}
}
Is there a way to get somehow the absolute path of the current QBS file or
at least the absolute path of the current Directory? I tried
product.sourceDirectory,
product.buildDirectory and many other things without any positive result.
regards
Kurt
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs