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

QtcPlugin {
    name: "Welcome"

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

    Depends { name: "Core" }
    Depends { name: "app_version_header" }

    files: [
        "welcome.qrc",
        "welcomeplugin.cpp",
    ]
}