summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfdata/perfdata.qbs
blob: ef9bb3dc31adc2062fc6b66946db645ba2c5fedd (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
31
32
33
34
35
36
37
38
39
40
41
import qbs

QtcAutotest {
    name: "PerfData Autotest"

    cpp.includePaths: ["/usr/include/elfutils", "../../../app", "../shared"]
    cpp.dynamicLibraries: ["dw", "elf"]

    files: [
        "perfdata.qrc",
        "tst_perfdata.cpp",
        "../shared/perfparsertestclient.cpp",
        "../shared/perfparsertestclient.h",
        "../../../app/perfaddresscache.cpp",
        "../../../app/perfaddresscache.h",
        "../../../app/perfattributes.cpp",
        "../../../app/perfattributes.h",
        "../../../app/perfdata.cpp",
        "../../../app/perfdata.h",
        "../../../app/perfdwarfdiecache.cpp",
        "../../../app/perfdwarfdiecache.h",
        "../../../app/perfelfmap.cpp",
        "../../../app/perfelfmap.h",
        "../../../app/perffeatures.cpp",
        "../../../app/perffeatures.h",
        "../../../app/perffilesection.cpp",
        "../../../app/perffilesection.h",
        "../../../app/perfheader.cpp",
        "../../../app/perfheader.h",
        "../../../app/perfkallsyms.cpp",
        "../../../app/perfkallsyms.h",
        "../../../app/perfregisterinfo.cpp",
        "../../../app/perfregisterinfo.h",
        "../../../app/perfsymboltable.cpp",
        "../../../app/perfsymboltable.h",
        "../../../app/perftracingdata.cpp",
        "../../../app/perftracingdata.h",
        "../../../app/perfunwind.cpp",
        "../../../app/perfunwind.h",
    ]
}