summaryrefslogtreecommitdiffstats
path: root/perfparser.qbs
blob: 7b141e7ee970399c4f70aa01ab07ae4aa4a7171a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import qbs

Project {
    name: "Perf Parser"
    condition: qbs.targetOS.contains("linux")

    property bool withAutotests: qbs.buildVariant === "debug"

    references: [
        "app",
        "tests",
    ]
}