aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/precompiled-header-new/precompiled-header-new.qbs
blob: e556a745b741ab000b798efdd9071c6d25dce15b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import qbs 1.0

QtApplication {
    name: "MyApp"
    consoleApplication: true
    Group {
        name: "precompiled headers"
        files: ["stable.h"]
        fileTags: ["cpp_pch_src"]
    }
    files: ["myobject.h", "main.cpp", "myobject.cpp"]
}