forked from qt-creator/qt-creator
10 lines
146 B
QML
10 lines
146 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
Project {
|
||
|
|
name: "Valgrind autotests"
|
||
|
|
references: [
|
||
|
|
"callgrind/callgrind.qbs",
|
||
|
|
"memcheck/memcheck.qbs"
|
||
|
|
]
|
||
|
|
}
|