aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/check-timestamps/check-timestamps.qbs
blob: 32456444cb28055b83ec0d9f0a0a2ada9f48025c (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

CppApplication {
    name: "app"
    files: [
        "file.cpp",
        "file.h",
        "main.cpp",
    ]
}