examples/network/fortuneclient/fortuneclient.pro
changeset 19 fcece45ef507
parent 0 1918ee327afb
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
    10 INSTALLS += target sources
    10 INSTALLS += target sources
    11 
    11 
    12 symbian {
    12 symbian {
    13     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
    13     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
    14     HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
    14     HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
    15     LIBS += -lesock
    15     LIBS += -lesock -lcommdb -linsock # For IAP selection
    16     TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
    16     TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
    17     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    17     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    18 }
    18 }