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