summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfdata/perfdata.pro
blob: 2e32aa6223317a792b118b28257039e6fe838765 (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
42
43
44
45
46
47
48
49
include(../../../elfutils.pri)
include(../shared/shared.pri)

QT += testlib
QT -= gui

CONFIG += testcase strict_flags warn_on

INCLUDEPATH += ../../../app

TARGET = tst_perfdata

SOURCES += \
    tst_perfdata.cpp \
    ../../../app/perfaddresscache.cpp \
    ../../../app/perfattributes.cpp \
    ../../../app/perfdata.cpp \
    ../../../app/perfelfmap.cpp \
    ../../../app/perffeatures.cpp \
    ../../../app/perffilesection.cpp \
    ../../../app/perfheader.cpp \
    ../../../app/perfkallsyms.cpp \
    ../../../app/perfregisterinfo.cpp \
    ../../../app/perfsymboltable.cpp \
    ../../../app/perftracingdata.cpp \
    ../../../app/perfunwind.cpp \
    ../../../app/perfdwarfdiecache.cpp \
    ../../../app/demangle.cpp

HEADERS += \
    ../../../app/perfaddresscache.h \
    ../../../app/perfattributes.h \
    ../../../app/perfdata.h \
    ../../../app/perfelfmap.h \
    ../../../app/perffeatures.h \
    ../../../app/perffilesection.h \
    ../../../app/perfheader.h \
    ../../../app/perfkallsyms.h \
    ../../../app/perfregisterinfo.h \
    ../../../app/perfsymboltable.h \
    ../../../app/perftracingdata.h \
    ../../../app/perfunwind.h \
    ../../../app/perfdwarfdiecache.h \
    ../../../app/demangle.h

RESOURCES += \
    perfdata.qrc

OTHER_FILES += perfdata.qbs