aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/swift/swift.qbs
blob: 533564b024e1a4b361fd200be2c22ecafce65db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import qbs 1.0

QtcPlugin {
    name: "Swift"

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

    files: [
        "swiftplugin.cpp",
        "swiftproject.cpp",
        "swiftproject.h",
        "swifttr.h",
    ]
}