Am 15.02.2022 um 16:40 schrieb Christian Kandeler:
Hi,

we branched off Qbs 1.22 today. Scheduled release date for
version 1.22.0 is end of March (together with Qt Creator 7.0).
We recommend users to try this branch with their projects and report back any
new problems they find.
Contributors are requested to push bug fixes and small, zero-risk
improvements to this branch, while features continue to go to master.
Patches currently under review can be moved if they are reasonably close to
finished.


Christian

_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

You could mention *explicitly* that the meaning of product within an Export has changed.

I have a lot of

Export {
  ...
  cpp.cxxLanguageVersion: product.cpp.cxxLanguageVersion
}

And that blew on me. I've found out that I should use exportingProduct, but maybe ease the use for others.

Kind regards,
Björn.

_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

Reply via email to