Details
-
Bug
-
Resolution: Done
-
P4: Low
-
1.20
-
None
Description
I started to read the Hello World example on
https://doc.qt.io/qbs/language-introduction.html
and after the first source code fragment you can read
The import statement gives us access to ...
However, there is no import statement in the code shown:
--helloworld.qbs--
Application
{ name: "helloworld" files: "main.cpp" Depends \{ name: "cpp" }}