2011-04-07 11:13:30 +02:00
|
|
|
include(../../auto/qttest.pri)
|
2011-08-09 14:33:24 +02:00
|
|
|
include($$IDE_SOURCE_TREE/src/plugins/valgrind/valgrind_test.pri)
|
2011-04-07 11:13:30 +02:00
|
|
|
include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
|
2011-04-04 14:39:28 +02:00
|
|
|
TARGET = callgrindparsertests
|
|
|
|
|
|
2011-04-07 09:10:37 +02:00
|
|
|
DEFINES += "PARSERTESTS_DATA_DIR=\\\"$$PWD/data\\\""
|
2011-04-04 14:39:28 +02:00
|
|
|
#enable extra debugging code
|
|
|
|
|
DEFINES += "CALLGRINDPARSERTESTS"
|
|
|
|
|
|
|
|
|
|
SOURCES += callgrindparsertests.cpp
|
|
|
|
|
HEADERS += callgrindparsertests.h
|