aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/chapter-5/qbs/imports/MyAutoTest.qbs
blob: bb6712e853e27a9ffcdc9ccbc90f25a0aa5f2188 (plain)
1
2
3
4
5
6
7
//! [0]
// qbs/imports/MyAutoTest.qbs

MyApplication {
    type: base.concat(["autotest"])
}
//! [0]