Files
qt-creator/tests/manual/terminal/terminal.qbs

8 lines
118 B
QML
Raw Normal View History

import qbs
QtcAutotest {
name: "Terminal autotest"
Depends { name: "Utils" }
files: "tst_terminal.cpp"
}