tests/benchmarks/uimodels/GraphicsViewBenchmark/testautom/testautom.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:40:16 +0200
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 7 f7bc934e204c
permissions -rw-r--r--
Revision: 201003 Kit: 201007

symbian:load(qttest_p4)

TEMPLATE = app
TARGET = tst_GraphicsViewBenchmark

ROOTDIR = $$PWD/..

include($$ROOTDIR/widgets.pri)
include($$ROOTDIR/tests/itemrecyclinglist/itemrecyclinglist.pri)
include($$ROOTDIR/tests/simplelist/simplelist.pri)
include($$ROOTDIR/testautom/testautom.pri)

DEFINES += AUTO_TESTS
QT += script

DEPENDPATH += .
INCLUDEPATH += .

HEADERS += resultlogger.h \
    testthread.h \
    testcontroller.h \
    scriptrunner.h \
    benchmark.h \
    benchmarks.h \
    testfunctionresult.h

SOURCES += resultlogger.cpp \
    main.cpp \
    testthread.cpp \
    testcontroller.cpp \
    scriptrunner.cpp \
    benchmark.cpp \
    benchmarks.cpp \
    testfunctionresult.cpp

symbian::TARGET.EPOCHEAPSIZE = 10000 \
    48000000

DEPLOYMENT_PLUGIN += resourcemonplugin

OTHER_FILES = testscript.js \
    testautom.pri