Hi,
is there a way do depend on a product with dynamically generated name? Via id
prehaps or some other identifier?
E.g.:
import qbs
import qbs.FileInfo
Project
{
Product
{
name: FileInfo.baseName(sourceDirectory)
}
Product
{
Depends { name: "???" }
}
}
Is there a way to depend on the first product in the second one?_______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
