forked from qt-creator/qt-creator
11 lines
184 B
QML
11 lines
184 B
QML
![]() |
import qbs
|
||
|
|
||
|
QtcAutotest {
|
||
|
name: "PointerAlgorithm autotest"
|
||
|
|
||
|
cpp.includePaths: [project.ide_source_tree + "/src/libs"]
|
||
|
files: [
|
||
|
"tst_pointeralgorithm.cpp",
|
||
|
]
|
||
|
}
|