Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
1.8.0
-
None
-
8cf4a530816132323c9109fca47d05e6859cd270
Description
The attached test project has the following structure:
Project
- App [CPP Application] (depends on Shared / Base)
- Shared [CPP StaticLibrary] (depends on Base)
- Base [CPP StaticLibrary]
Building the project results in the following error:
/usr/share/qbs/modules/cpp/GenericGCC.qbs:382: error: TypeError: Result of expression 'inputs["obj"]' [undefined] is not an object.
When removing the line:
{{Depends { name: "Base" }}}
from the Shared.qbs file outside the Export section, the project builds. Syntax highlighting within Shared, however, is then broken.