examples/network/fortuneserver/fortuneserver.pro
branchRCL_3
changeset 7 3f74d0d4af4c
parent 0 1918ee327afb
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
    11 
    11 
    12 symbian {
    12 symbian {
    13     TARGET.UID3 = 0xA000CF71
    13     TARGET.UID3 = 0xA000CF71
    14     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
    14     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
    15     HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
    15     HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
    16     LIBS += -lesock
    16     LIBS += -lesock -lcommdb -linsock # For IAP selection
    17     TARGET.CAPABILITY = "All -TCB"
    17     TARGET.CAPABILITY = "All -TCB"
    18     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    18     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    19 }
    19 }