diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2018-01-18 11:10:03 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2018-03-12 14:14:10 +0000 |
commit | 0bc100911d16730aeb3ac1e6a552412fb2047e62 (patch) | |
tree | 0446a6d8860d9ba379363186b80cd3a1aff4ea1b /tests/auto/pointeralgorithm/pointeralgorithm.qbs | |
parent | 831b84a6fd7fda254a9eeece8f27275c3cf9ff66 (diff) | |
download | qt-creator-0bc100911d16730aeb3ac1e6a552412fb2047e62.tar.gz |
Utils: Add pointeralgorithm.h
Change-Id: I3e81bdbf22808efbe1fb5fab13bef24c8f73f404
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
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", + ] +} |