Details
Description
The following minimal example project:
Product { Depends { name: "qbs" } }
produces the following assert:
ERROR: language/moduleloader.cpp:1598 ASSERT: it != transitiveDeps.end() && it->name == m.name
The following minimal example project:
Product { Depends { name: "qbs" } }
produces the following assert:
ERROR: language/moduleloader.cpp:1598 ASSERT: it != transitiveDeps.end() && it->name == m.name