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