Description
Currently the standard import statement is
import qbs.base 1.0
This tells qbs to provide the standard types and specifies the qbs version this file is compatible with. This should be simplified to
import qbs 1.0
for aesthetics.
Currently the standard import statement is
import qbs.base 1.0
This tells qbs to provide the standard types and specifies the qbs version this file is compatible with. This should be simplified to
import qbs 1.0
for aesthetics.