examples/network/fortuneserver/fortuneserver.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    10 INSTALLS += target sources
    10 INSTALLS += target sources
    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     INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/
       
    16     LIBS += -lesock -lcommdb -linsock # For IAP selection
       
    17     TARGET.CAPABILITY = "NetworkServices ReadUserData"
    15     TARGET.CAPABILITY = "NetworkServices ReadUserData"
    18     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    16     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    19 }
    17 }