summaryrefslogtreecommitdiffstats
path: root/tests/auto/finddebugsym/finddebugsym.qbs
blob: 0b5171598e6079315aeb0f3db490e7880f930c74 (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
import qbs

QtcAutotest {
    name: "finddebugsym Autotest"
    files: [
        "tst_finddebugsym.cpp",
        "../../../app/demangler.cpp",
        "../../../app/demangler.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",
    ]
    cpp.includePaths: base.concat(["../../../app"]).concat(project.includePaths)
    cpp.libraryPaths: project.libPaths
    cpp.dynamicLibraries: ["dw", "elf"]
}