tests/benchmarks/uimodels/GraphicsViewBenchmark/testmanual/testmanual.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:17:34 +0300
changeset 19 fcece45ef507
parent 3 41300fa6a67c
permissions -rw-r--r--
Revision: 201015 Kit: 201018

symbian:load(qttest_p4)

TEMPLATE = app
TARGET = graphicsviewbenchmark

ROOTDIR = $$PWD/..

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

QT += script

DEPENDPATH += .
INCLUDEPATH += .

HEADERS += controller.h
SOURCES += main.cpp \
    controller.cpp

symbian: { 
    TARGET.EPOCHEAPSIZE = 10000 \
        48000000
}

DEPLOYMENT_PLUGIN += resourcemonplugin

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