aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/components/components.qbs
blob: 3880a5fce1e2e7e18995dde3531391042a89e59f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import "../common/common.qbs" as Common

CppApplication {
    name: "Manual Test Core Components"

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

    files: "tst_manual_widgets_components.cpp"

    Common {}
}