forked from qt-creator/qt-creator
8 lines
128 B
QML
8 lines
128 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
QtcAutotest {
|
||
|
|
name: "MultiTextCursor autotest"
|
||
|
|
Depends { name: "Utils" }
|
||
|
|
files: "tst_multicursor.cpp"
|
||
|
|
}
|