ListElements/ModelViewList/listElements.pro
changeset 44 ca3ea89c80a3
parent 42 b9716e8867f1
child 45 b23ec2b62c45
equal deleted inserted replaced
43:105a16347b5a 44:ca3ea89c80a3
    22     zodiacmodel.h \
    22     zodiacmodel.h \
    23     zodiacdelegate.h
    23     zodiacdelegate.h
    24 
    24 
    25 FORMS    += mainwindow.ui
    25 FORMS    += mainwindow.ui
    26 
    26 
    27 CONFIG += mobility
       
    28 MOBILITY = 
       
    29 
       
    30 symbian {
    27 symbian {
    31     TARGET.UID3 = 0xe5e9fbec
    28     TARGET.UID3 = 0xe5e9fbec
    32     # TARGET.CAPABILITY += 
    29     # TARGET.CAPABILITY += 
    33     TARGET.EPOCSTACKSIZE = 0x14000
    30     TARGET.EPOCSTACKSIZE = 0x14000
    34     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
    31     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
    35 }
    32 }
    36 
    33 
    37 RESOURCES += \
    34 RESOURCES += \
    38     assets.qrc
    35     assets.qrc
    39 
       
    40 include(../modeltest-0.2/modeltest.pri)