Files
qt-creator/tests/auto/valgrind/callgrind/modeltest.pro
Christian Stenger e6c0c292b9 tests: move valgrind into auto tests
* re-added some test data files
* added QSKIP for not existing data files

Change-Id: Ie0ae3f563e0d94534b620320176b7ec56e36d313
Reviewed-by: hjk <hjk121@nokiamail.com>
2013-04-02 14:20:23 +02:00

37 lines
1.2 KiB
Prolog

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"