Details
Description
My QBS script defines a static library that can be build both for Linux and for Android.
When I am trying to build for Linux, using command
qbs profile:gcc
, I am getting the following warning:
Item 'Android' is not declared. Did you forget to add a Depends item?
It only happens when I run the command the first time. If I do "qbd clean profile:gcc" and "qbs profile:gcc" again, the warning is not issued again.
I'll post my .qbs file.