aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/incredibuild/incredibuild.qbs
blob: 9c315ae8c08f6cb98b2b0e1b85839395a96f164f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import qbs 1.0

QtcPlugin {
    name: "IncrediBuild"

    Depends { name: "Qt"; submodules: ["widgets", "network"] }

    Depends { name: "Core" }
    Depends { name: "ProjectExplorer" }

    files: [
        "buildconsolebuildstep.cpp",
        "buildconsolebuildstep.h",
        "cmakecommandbuilder.cpp",
        "cmakecommandbuilder.h",
        "commandbuilder.cpp",
        "commandbuilder.h",
        "commandbuilderaspect.cpp",
        "commandbuilderaspect.h",
        "ibconsolebuildstep.cpp",
        "ibconsolebuildstep.h",
        "incredibuild_global.h",
        "incredibuildconstants.h",
        "incredibuildplugin.cpp",
        "incredibuildtr.h",
        "makecommandbuilder.cpp",
        "makecommandbuilder.h",
    ]
}