forked from qt-creator/qt-creator
7 lines
101 B
QML
7 lines
101 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
Project {
|
||
|
|
name: "Callgrind autotests"
|
||
|
|
references: ["callgrindparsertests.qbs"]
|
||
|
|
}
|