summaryrefslogtreecommitdiff
path: root/src/plugins/welcome/welcome.qbs
blob: 20b0400f548666ffc25f3ac437bf645cf824a3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import qbs.base 1.0

import "../QtcPlugin.qbs" as QtcPlugin

QtcPlugin {
    name: "Welcome"

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

    files: [
        "welcomeplugin.cpp",
        "welcomeplugin.h",
    ]
}