qtmobility/plugins/contacts/symbian/tsrc/tst_performance/tst_performance.pro
changeset 14 6fbed849b4f4
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
       
     1 TEMPLATE = app
       
     2 TARGET = tst_performance
       
     3 QT += testlib
       
     4 CONFIG += qtestlib
       
     5 include(../tsrc.pri)
       
     6 
       
     7 symbian:
       
     8 {
       
     9     INCLUDEPATH += .\inc
       
    10     INCLUDEPATH += $$SYMBIAN_PATHS
       
    11     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    12 
       
    13     SOURCES += tst_performance.cpp
       
    14 
       
    15     CONFIG += mobility
       
    16     MOBILITY = contacts
       
    17 
       
    18     TARGET.CAPABILITY = ReadUserData \
       
    19                         WriteUserData
       
    20 
       
    21     # Increase max heap size on the HW to 128MB, we are potentially
       
    22     # handling a lot of contact data
       
    23     TARGET.EPOCHEAPSIZE = 0x200000 0x4000000
       
    24 
       
    25     # On the emulator environment the executable cannot be started with
       
    26     # 128MB heap size
       
    27 #	heapsize= \
       
    28 #	    "$${LITERAL_HASH}ifdef WINSCW" \
       
    29 #	    "EPOCHEAPSIZE 0x200000 0x4000000" \
       
    30 #	    "$${LITERAL_HASH}else" \
       
    31 #	    "EPOCHEAPSIZE 0x200000 0x8000000" \
       
    32 #	    "$${LITERAL_HASH}endif"
       
    33 #	MMP_RULES += heapsize
       
    34 
       
    35     LIBS += -lqtcontacts \
       
    36             -lqtversit
       
    37 }