aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus/cplusplusautotest.qbs
blob: f666a0207665dd14c6de200a661b06f35a458f0d (plain)
1
2
3
4
5
6
7
8
import qbs

QtcAutotest {
    Depends { name: "CppTools" }
    Depends { name: "TextEditor" }
    Depends { name: "Utils" }
    Depends { name: "Qt.widgets" } // For QTextDocument & friends
}