diff options
Diffstat (limited to 'tests/auto/pointeralgorithm/pointeralgorithm.qbs')
-rw-r--r-- | tests/auto/pointeralgorithm/pointeralgorithm.qbs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/pointeralgorithm/pointeralgorithm.qbs b/tests/auto/pointeralgorithm/pointeralgorithm.qbs new file mode 100644 index 0000000000..838ecfe2e9 --- /dev/null +++ b/tests/auto/pointeralgorithm/pointeralgorithm.qbs @@ -0,0 +1,10 @@ +import qbs + +QtcAutotest { + name: "PointerAlgorithm autotest" + + cpp.includePaths: [project.ide_source_tree + "/src/libs"] + files: [ + "tst_pointeralgorithm.cpp", + ] +} |