Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
1.5.0
-
None
-
- Qt Creator 3.5.0 based on Qt 5.4.2
- QbsProjectManager 3.5.0 QBS support.
- qbs version - 1.5.0
All programs are installed using standard packet manager in kubuntu 15.10.
As I understand, the qbs version looks strange, but thats what I get for _qbs --version_. Another thing is that in in technical details tab in the packets manager it is written, that the origin is qutIM, while for packets qbs-doc and qbs-dbg origin is Ubuntu.- Qt Creator 3.5.0 based on Qt 5.4.2 - QbsProjectManager 3.5.0 QBS support. - qbs version - 1.5.0 All programs are installed using standard packet manager in kubuntu 15.10. As I understand, the qbs version looks strange, but thats what I get for _qbs --version_. Another thing is that in in technical details tab in the packets manager it is written, that the origin is qutIM, while for packets qbs-doc and qbs-dbg origin is Ubuntu.
Description
QtCreator can't build and even parse qbs script. The issue is
/usr/share/qbs/modules/qbs/common.qbs:32: error: import qbs.Environment not found
The directory /usr/share/qbs/modules/qbs contains only that common.qbs file.
This happens for any project: manually written or generated by QtCreator itself.
Despite that, QBS works fine from command line. I can build examples and manually written projects. I also tried to copy paste equivalent command line from projects build steps, and it works.