aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qmlprofiler.qbs
blob: 223698bbf3d8a63e6a25314b29516bf3f57d434e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
import qbs

QtcCommercialPlugin {
    name: "QmlProfilerExtension"

    Depends { name: "Core" }
    Depends { name: "QmlProfiler" }
    Depends { name: "Timeline" }

    Depends { name: "Qt.widgets" }

    files: [
        "debugmessagesmodel.cpp",
        "debugmessagesmodel.h",
        "flamegraphmodel.cpp",
        "flamegraphmodel.h",
        "inputeventsmodel.cpp",
        "inputeventsmodel.h",
        "memoryusagemodel.cpp",
        "memoryusagemodel.h",
        "pixmapcachemodel.cpp",
        "pixmapcachemodel.h",
        "qmlprofilerextensionconstants.h",
        "qmlprofilerextensionplugin.cpp",
        "qmlprofilerextensionplugin.h",
        "qmlprofilerextension_global.h",
        "scenegraphtimelinemodel.cpp",
        "scenegraphtimelinemodel.h",
    ]
}