Files
qt-creator/tests/auto/pointeralgorithm/pointeralgorithm.qbs

11 lines
184 B
QML
Raw Normal View History

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