Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.6.0-beta1
-
None
Description
Following produces "QML module not found on" on second line that imports Qbs in-built service. It does so for all the services. However it does not actually report any error when parsing a Qbs file.
import qbs import qbs.FileInfo //<--- "QML module not found" Project { }