summaryrefslogtreecommitdiff
path: root/src/plugins/coco/coco.qbs
blob: 3a771f2717561ef0ecc9ec5d38a820ba65519daf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import qbs 1.0

QtcPlugin {
    name: "Coco"

    Depends { name: "Core" }
    Depends { name: "LanguageClient" }
    Depends { name: "TextEditor" }

    Depends { name: "app_version_header" }

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

    files: [
        "cocoplugin.cpp",
        "cocoplugin.h",
        "cocolanguageclient.cpp",
        "cocolanguageclient.h",
    ]
}