summaryrefslogtreecommitdiff
path: root/tests/manual/widgets/common/common.qbs
blob: b5c00730f2542beb561ae962a7abeef38742a314 (plain)
1
2
3
4
5
6
7
8
9
10
11
Group {
    prefix: path + "/"

    name: "Common sources"

    files: [
        "themeselector.cpp",
        "themeselector.h",
        "themes.qrc",
    ]
}