summaryrefslogtreecommitdiff
path: root/src/plugins/welcome/welcome.qbs
blob: 05e81bfc0cfe930a621a5946b8f0aae70ffb1270 (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: "Welcome"

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

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

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