aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/xmlprotocol/xmlprotocol.pri
blob: d9e4262d2c4ae4870561cf57d925c5af82368add (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
QT *= network

HEADERS += \
    $$PWD/frame.h \
    $$PWD/parser.h \
    $$PWD/error.h \
    $$PWD/status.h \
    $$PWD/suppression.h \
    $$PWD/threadedparser.h \
    $$PWD/announcethread.h \
    $$PWD/stack.h \
    $$PWD/errorlistmodel.h \
    $$PWD/stackmodel.h \
    $$PWD/modelhelpers.h

SOURCES += \
    $$PWD/error.cpp \
    $$PWD/frame.cpp \
    $$PWD/parser.cpp \
    $$PWD/status.cpp \
    $$PWD/suppression.cpp \
    $$PWD/threadedparser.cpp \
    $$PWD/announcethread.cpp \
    $$PWD/stack.cpp \
    $$PWD/errorlistmodel.cpp \
    $$PWD/stackmodel.cpp \
    $$PWD/modelhelpers.cpp