summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfdata/perfdata.pro
blob: 689a387b42baa05b15d2712b40a29888cc664230 (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
include(../../../elfutils.pri)

QT += testlib
QT -= gui

CONFIG += testcase strict_flags warn_on

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

TARGET = tst_perfdata

SOURCES += \
    tst_perfdata.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/perfunwind.cpp

HEADERS += \
    ../../../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/perfunwind.h

RESOURCES += \
    perfdata.qrc