summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 24b3ec14aab702d3f79ca274984aeb24bda2561e (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
50
51
52
53
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-14T10:44:20
#
#-------------------------------------------------

QT     = core network
CONFIG += c++11 console
CONFIG -= app_bundle

include(../paths.pri)
include(../elfutils.pri)

DESTDIR = $$PERFPARSER_APP_DESTDIR
target.path = $$PERFPARSER_APP_INSTALLDIR
INSTALLS += target

TARGET = perfparser

SOURCES += main.cpp \
    perfaddresscache.cpp \
    perfattributes.cpp \
    perfheader.cpp \
    perffilesection.cpp \
    perffeatures.cpp \
    perfdata.cpp \
    perfunwind.cpp \
    perfregisterinfo.cpp \
    perfstdin.cpp \
    perfsymboltable.cpp \
    perfelfmap.cpp \
    perfkallsyms.cpp \
    perftracingdata.cpp \
    perfdwarfdiecache.cpp

HEADERS += \
    perfaddresscache.h \
    perfattributes.h \
    perfheader.h \
    perffilesection.h \
    perffeatures.h \
    perfdata.h \
    perfunwind.h \
    perfregisterinfo.h \
    perfstdin.h \
    perfsymboltable.h \
    perfelfmap.h \
    perfkallsyms.h \
    perftracingdata.h \
    perfdwarfdiecache.h \
    perfeucompat.h

OTHER_FILES += app.qbs