aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/combined-moc/combined-moc.qbs
blob: 34529fce6e2cab20b9047b1e2bf90bf8d366d860 (plain)
1
2
3
4
5
6
7
8
9
import qbs

QtApplication {
    name: "theapp"
    files: [
        "main.cpp",
        "theobject.h",
    ]
}