forked from qt-creator/qt-creator
10 lines
237 B
QML
10 lines
237 B
QML
|
|
import qbs
|
||
|
|
import "../../autotest.qbs" as Autotest
|
||
|
|
|
||
|
|
Autotest {
|
||
|
|
name: "ANSI autotest"
|
||
|
|
Depends { name: "Utils" }
|
||
|
|
Depends { name: "Qt.widgets" } // TODO: Remove when qbs bug is fixed
|
||
|
|
files: "tst_ansiescapecodehandler.cpp"
|
||
|
|
}
|