summaryrefslogtreecommitdiff
path: root/tests/manual/widgets/crumblepath/crumblepath.qbs
blob: c9b32a0810f15230a4bc52e7129b0be72d99c397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import "../common/common.qbs" as Common

CppApplication {
    name: "Manual Test Utils CrumblePath"

    Depends { name: "qtc" }
    Depends { name: "Core" }
    Depends { name: "Utils" }

    files: [
        "tst_manual_widgets_crumblepath.cpp",
    ]

    Common {}
}