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

CppApplication {
    name: "Manual Test Tracing"

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

    files: [
        "tst_manual_widgets_tracing.cpp",
    ]

    Common {}
}