aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/algorithm/algorithm.qbs
blob: 6adc0fffdc0e70f9a4e5173fa5da9c42bc8aacb6 (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

QtcAutotest {
    name: "Algorithm autotest"

    cpp.includePaths: [project.ide_source_tree + "/src/libs"]
    files: [
        "tst_algorithm.cpp",
    ]
}