forked from qt-creator/qt-creator
Change-Id: I13dfc18d1b283af610edba4f40515aef01001d92 Reviewed-on: http://codereview.qt.nokia.com/2781 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bill King <bill.king@nokia.com>
37 lines
1.2 KiB
Prolog
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/Nokia
|
|
|
|
INCLUDEPATH *= $$IDE_BUILD_TREE/src/plugins/coreplugin # for ide_version.h
|
|
|
|
DEFINES += "DISABLE_CALLGRIND_WORKAROUNDS"
|