SketchExportGroup¶
Allows to easily match and install assets generated by the module in SketchExport
product. Moreā¦
Inherits Group
Properties¶
installPrefix
:string
installDir
:string
Detailed Description¶
The SketchExportGroup
just captures all the assets generated by the Sketch.export
module within current product. It also defines all of them as installable by default.
Internals
Essentially, it's just a convenient item defined as following:
It can be used in conjunction with SketchExport
as following:
import qbs
SketchExport {
name: 'sketch-assets'
files: '*.sketch'
SketchExportGroup {
installPrefix: 'app'
installDir: 'assets'
}
}
Property Documentation¶
installPrefix
¶
- Alias to
qbs.installPrefix
installDir
¶
- Alias to
qbs.installDir