aboutsummaryrefslogtreecommitdiffstats
path: root/tests/valgrind/callgrind/modeltest.pro
blob: 9ad6548669eb69eaad57409eb80f1c8e4768922e (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
include(../../../qtcreator.pri)
include(../../auto/qttestrpath.pri)
include($$IDE_SOURCE_TREE/src/plugins/valgrind/valgrind_test.pri)
include($$IDE_SOURCE_TREE/src/libs/languageutils/languageutils.pri)

TEMPLATE = app
TARGET = modeltest

macx:CONFIG -= app_bundle


SRCDIR = $$IDE_SOURCE_TREE/src

SOURCES += \
    modeltest.cpp \
    $$SRCDIR/plugins/valgrind/callgrindcostdelegate.cpp \
    $$SRCDIR/plugins/valgrind/callgrindhelper.cpp \
    $$SRCDIR/plugins/valgrind/callgrindcostview.cpp \
    $$SRCDIR/plugins/valgrind/callgrindnamedelegate.cpp \
    $$SRCDIR/plugins/valgrind/callgrindwidgethandler.cpp \
    $$SRCDIR/plugins/valgrind/callgrindvisualisation.cpp \

HEADERS += \
    modeltest.h \
    $$SRCDIR/plugins/valgrind/callgrindcostdelegate.h \
    $$SRCDIR/plugins/valgrind/callgrindcostview.h \
    $$SRCDIR/plugins/valgrind/callgrindhelper.h \
    $$SRCDIR/plugins/valgrind/callgrindnamedelegate.h \
    $$SRCDIR/plugins/valgrind/callgrindwidgethandler.h \
    $$SRCDIR/plugins/valgrind/callgrindvisualisation.h \

LIBS += -L$$IDE_PLUGIN_PATH/QtProject

INCLUDEPATH *= $$IDE_BUILD_TREE/src/plugins/coreplugin # for ide_version.h

DEFINES += "DISABLE_CALLGRIND_WORKAROUNDS"