blob: f695d2a591985dc86e1ed2410fefeeebf9b9d697 (
plain)
1
2
3
4
5
6
7
8
9
|
import qbs
Project {
name: "PerfParserAutotests"
condition: project.withAutotests
references: [
"addresscache", "elfmap", "kallsyms", "perfdata", "perfstdin", "finddebugsym"
]
}
|