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)
|
2011-03-04 12:15:18 +01:00
|
|
|
|
2013-02-22 17:07:43 +01:00
|
|
|
TARGET = tst_testrunner
|
2011-03-04 12:15:18 +01:00
|
|
|
|
2011-04-07 09:10:37 +02:00
|
|
|
DEFINES += "TESTRUNNER_SRC_DIR=\\\"$$_PRO_FILE_PWD_/testapps\\\""
|
|
|
|
|
DEFINES += "TESTRUNNER_APP_DIR=\\\"$(PWD)/testapps\\\""
|
2011-03-04 12:15:18 +01:00
|
|
|
|
|
|
|
|
SOURCES += testrunner.cpp
|
|
|
|
|
HEADERS += testrunner.h
|