summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata-qt/unmocable/unmocable.qbs
blob: 780d27e307cf2f881e80db237edec5da7d8b508e (plain)
1
2
3
4
5
6
7
8
9
Application {
    Depends { name: "Qt.core" }
    files: ["main.cpp"]
    Group {
        files: ["foo.h"]
        fileTags: ["unmocable"]
        overrideTags: false
    }
}