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/tests/auto/main.qbs

11 lines
222 B
QML

import "../main.qbs" as TestProduct
TestProduct {
name: "auto"
type: "application"
Group {
fileTagsFilter: ["application"]
qbs.install: true
qbs.installDir: "tests/auto/plugin/"
}
}