aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/terminal/terminal.qbs
blob: a9bea16872f848f8d211ded360749922e143a12b (plain)
1
2
3
4
5
6
7
import qbs

QtcManualTest {
    name: "Terminal autotest"
    Depends { name: "Utils" }
    files: "tst_terminal.cpp"
}