Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
1.13.0
-
None
-
* Windows 10
* Qt 5.12.13 MSVC2017 32 bit
Description
Trying to open the QBS sources (qbs.qbs project file) from a master branch from the QtC shows a lot of issues, like:
... E:\git\ng\git\123\qbs-git\qbs-fork\doc\doc.qbs:8: warning: Error while handling product 'qbs documentation': E:\git\ng\git\123\qbs-git\qbs-fork\doc\doc.qbs:13: warning: Dependency 'Qt.core' not found for product 'qbs documentation'. ... E:\git\ng\git\123\qbs-git\qbs-fork\src\app\config\config.qbs:3: warning: Error while handling product 'qbs-config': E:\git\ng\git\123\qbs-git\qbs-fork\qbs-resources\imports\QbsProduct.qbs:6: warning: Dependency 'Qt.core' not found for product 'qbs-config'. E:\git\ng\git\123\qbs-git\qbs-fork\qbs-resources\imports\QbsLibrary.qbs:60: warning: Dependency 'Qt.core' not found for product 'qbs-config'. ... and a lot of similar warnings
I have checked the helloworld-qt example and it does work.