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

CppApplication {
    name: "Manual Test Tracing"

    Depends { name: "Qt.quick" }
    Depends { name: "Tracing" }
    Depends { name: "Utils" }
    Depends { name: "Core" }

    files: "tst_manual_widgets_tracing.cpp"

    Common {}
}