tests/benchmarks/uimodels/GraphicsViewBenchmark/testmanual/testmanual.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 29 Apr 2010 15:15:16 +0300
branchRCL_3
changeset 16 4b6ee5efea19
parent 7 3f74d0d4af4c
permissions -rw-r--r--
2010-17 9996a03743ab23f83c83c5bc7ade0f82f71b1506

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
}