tests/benchmarks/uimodels/GraphicsViewBenchmark/testautom/testautom.pro
changeset 3 41300fa6a67c
child 7 3f74d0d4af4c
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
       
     1 symbian:load(qttest_p4)
       
     2 
       
     3 TEMPLATE = app
       
     4 TARGET = tst_GraphicsViewBenchmark
       
     5 
       
     6 ROOTDIR = $$PWD/..
       
     7 
       
     8 include($$ROOTDIR/widgets.pri)
       
     9 include($$ROOTDIR/tests/itemrecyclinglist/itemrecyclinglist.pri)
       
    10 include($$ROOTDIR/tests/simplelist/simplelist.pri)
       
    11 include($$ROOTDIR/testautom/testautom.pri)
       
    12 
       
    13 DEFINES += AUTO_TESTS
       
    14 QT += script
       
    15 
       
    16 DEPENDPATH += .
       
    17 INCLUDEPATH += .
       
    18 
       
    19 HEADERS += resultlogger.h \
       
    20     testthread.h \
       
    21     testcontroller.h \
       
    22     scriptrunner.h \
       
    23     benchmark.h \
       
    24     benchmarks.h \
       
    25     testfunctionresult.h
       
    26 
       
    27 SOURCES += resultlogger.cpp \
       
    28     main.cpp \
       
    29     testthread.cpp \
       
    30     testcontroller.cpp \
       
    31     scriptrunner.cpp \
       
    32     benchmark.cpp \
       
    33     benchmarks.cpp \
       
    34     testfunctionresult.cpp
       
    35 
       
    36 symbian::TARGET.EPOCHEAPSIZE = 10000 \
       
    37     48000000
       
    38 
       
    39 DEPLOYMENT_PLUGIN += resourcemonplugin
       
    40 
       
    41 OTHER_FILES = testscript.js \
       
    42     testautom.pri