2013-03-25 19:09:49 +01:00
|
|
|
QTC_LIB_DEPENDS += utils ssh
|
2016-02-25 13:37:59 +01:00
|
|
|
QTC_PLUGIN_DEPENDS += debugger projectexplorer
|
2013-02-22 17:07:43 +01:00
|
|
|
include(../../qttest.pri)
|
2011-08-09 14:33:24 +02:00
|
|
|
include($$IDE_SOURCE_TREE/src/plugins/valgrind/valgrind_test.pri)
|
2013-02-22 17:07:43 +01:00
|
|
|
TARGET = tst_callgrindparsertests
|
2011-04-04 14:39:28 +02:00
|
|
|
|
2013-02-22 17:07:43 +01:00
|
|
|
DEFINES += "PARSERTESTS_DATA_DIR=\\\"$$_PRO_FILE_PWD_/data\\\""
|
2011-04-04 14:39:28 +02:00
|
|
|
#enable extra debugging code
|
|
|
|
|
DEFINES += "CALLGRINDPARSERTESTS"
|
|
|
|
|
|
|
|
|
|
SOURCES += callgrindparsertests.cpp
|
|
|
|
|
HEADERS += callgrindparsertests.h
|