Utils: Add pointeralgorithm.h

Change-Id: I3e81bdbf22808efbe1fb5fab13bef24c8f73f404
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Tobias Hunger
2018-01-18 11:10:03 +01:00
parent 831b84a6fd
commit 0bc100911d
9 changed files with 658 additions and 183 deletions

View File

@@ -0,0 +1,10 @@
import qbs
QtcAutotest {
name: "PointerAlgorithm autotest"
cpp.includePaths: [project.ide_source_tree + "/src/libs"]
files: [
"tst_pointeralgorithm.cpp",
]
}