aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/moc_hpp_included/moc_hpp_included.qbp
blob: 1cdfb7fad399b682ca55a75f9d656061521f71cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import qbs.base 1.0

Project {
    Product {
        type: "application"
        name: "moc_hpp_included"

        Depends { name: "qt.core" }

        files : [ "object.cpp" ]

        Group {
            files : [ "object.h" ]
            fileTags: [ "hpp" ]
        }
    }
}