aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/valgrind/valgrind.pro
blob: cc795b2ba339645ce69298f9d46a57e5f8f0eff2 (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
TEMPLATE = lib
TARGET = Valgrind

include(../../qtcreatorlibrary.pri)
include(../utils/utils.pri)

TEMPLATE = lib

DEFINES += VALGRIND_LIBRARY

QT += network

HEADERS += valgrind_global.h \
    xmlprotocol/frame.h \
    xmlprotocol/parser.h \
    xmlprotocol/error.h \
    xmlprotocol/status.h \
    xmlprotocol/suppression.h \
    xmlprotocol/threadedparser.h \
    xmlprotocol/announcethread.h \
    xmlprotocol/stack.h \
    xmlprotocol/errorlistmodel.h \
    xmlprotocol/stackmodel.h \
    xmlprotocol/modelhelpers.h \
    memcheck/memcheckrunner.h \
    valgrindrunner.h \
    valgrindprocess.h

SOURCES += xmlprotocol/error.cpp \
    xmlprotocol/frame.cpp \
    xmlprotocol/parser.cpp \
    xmlprotocol/status.cpp \
    xmlprotocol/suppression.cpp \
    xmlprotocol/threadedparser.cpp \
    xmlprotocol/announcethread.cpp \
    xmlprotocol/stack.cpp \
    xmlprotocol/errorlistmodel.cpp \
    xmlprotocol/stackmodel.cpp \
    xmlprotocol/modelhelpers.cpp \
    memcheck/memcheckrunner.cpp \
    valgrindrunner.cpp \
    valgrindprocess.cpp