summaryrefslogtreecommitdiff
path: root/tests/auto/pointeralgorithm/pointeralgorithm.qbs
blob: 838ecfe2e92bbbcc7b156729b84c2207a222dd6a (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

QtcAutotest {
    name: "PointerAlgorithm autotest"

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