This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/doc/api/api.qbs

14 lines
235 B
QML

import "../main.qbs" as DocProduct
DocProduct {
name: "plugin-api"
type: "docs"
docName: "plugin-dev"
Group {
fileTagsFilter: ["docs"]
qbs.install: true
qbs.installDir: product.docPath
}
}