aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/autotests/autotests.qbs
blob: 10334156e9ffdec45adc6f9982b8761fcc0f2984 (plain)
1
2
3
4
5
6
7
8
9
Project {
    references: ["test1", "test2", "test3"]
    AutotestRunner {
        Depends {
            name: "cpp" // Make sure build environment is set up properly.
            condition: qbs.hostOS.contains("windows") && qbs.toolchain.contains("gcc")
        }
    }
}