tests/benchmarks/uimodels/GraphicsViewBenchmark/testautom/testautom.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 08 Apr 2010 14:19:33 +0300
branchRCL_3
changeset 7 3f74d0d4af4c
parent 3 41300fa6a67c
permissions -rw-r--r--
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84

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

# Causes crashing on Symbian if paging is enabled.
symbian {
    MMP_RULES -= PAGED
}