javacommons/gcfprotocols/http/build/javahttp.pro
branchRCL_3
changeset 23 e5618cc85d74
parent 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
       
    16 include(../../../../inc/build_defines.pri)
    16 
    17 
    17 TARGET=javahttp
    18 TARGET=javahttp
    18 TEMPLATE=lib
    19 TEMPLATE=lib
    19 CONFIG += omj java stl
    20 CONFIG += omj java stl
    20 CONFIG -= qt
    21 CONFIG -= qt
    21 
    22 
    22 symbian {
    23 symbian {
    23     LIBS += -leuser -lhttp -lecom -lbafl -linetprotutil -lhttpfiltercommon -lx509 -lx500 -lcrypto -lesock -lcommdb -lcentralrepository -lwebutils
    24     LIBS += -leuser -lhttp -lecom -lbafl -linetprotutil -lhttpfiltercommon -lx509 -lx500 -lcrypto -lesock -lcentralrepository -lwebutils 
       
    25     contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_5_0) {
       
    26         LIBS += -lcommdb
       
    27     }
       
    28     contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_9_2_ONWARDS) {
       
    29         LIBS += -lextendedconnpref -lnetmeta
       
    30     }
    24 }
    31 }
    25 
    32 
    26 
    33 
    27 
    34 
    28 include(../../../../build/omj.pri)
    35 include(../../../../build/omj.pri)