aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.qbs
blob: e3ebf0707a3a8644c8ddf13f243a208cc5a514a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import qbs

Project {
    name: "QtcManualtests"

    condition: project.withAutotests

    references: [
        "debugger/gui/gui.qbs",
        "debugger/simple/simple.qbs",
        "deviceshell/deviceshell.qbs",
        "fakevim/fakevim.qbs",
        "pluginview/pluginview.qbs",
        "proparser/testreader.qbs",
        "shootout/shootout.qbs",
        "tasktree/tasktree.qbs",
        "widgets/widgets.qbs",
    ]
}