aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/moc-hpp/moc-hpp.qbs
blob: 54451a509b5230b1109c58e0790e835fdc6910bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import qbs 1.0

Project {
    Product {
        type: "application"
        consoleApplication: true
        name: "moc_hpp"

        Depends { name: "Qt.core" }

        files : [
            "object.h",
            "object.cpp"
        ]
    }
}