forked from qt-creator/qt-creator
Utils: Add pointeralgorithm.h
Change-Id: I3e81bdbf22808efbe1fb5fab13bef24c8f73f404 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
10
tests/auto/pointeralgorithm/pointeralgorithm.qbs
Normal file
10
tests/auto/pointeralgorithm/pointeralgorithm.qbs
Normal file
@@ -0,0 +1,10 @@
|
||||
import qbs
|
||||
|
||||
QtcAutotest {
|
||||
name: "PointerAlgorithm autotest"
|
||||
|
||||
cpp.includePaths: [project.ide_source_tree + "/src/libs"]
|
||||
files: [
|
||||
"tst_pointeralgorithm.cpp",
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user