summaryrefslogtreecommitdiff
path: root/tests/manual/widgets/manhattanstyle/manhattanstyle.qbs
blob: c04bd03e89f170492e8833ee8dfec4e54d8ea1b7 (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 ManhattanStyle"

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

    files: [
        "tst_manual_widgets_manhattanstyle.cpp",
    ]

    Common {}
}