javaextensions/satsa/build/javasatsa.pro
branchRCL_3
changeset 26 2455ef1f5bbc
parent 25 ae942d28ec0e
child 27 d5e927d5853b
equal deleted inserted replaced
25:ae942d28ec0e 26:2455ef1f5bbc
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 
    16 
    17 include(../../../inc/build_defines.pri)
       
    18 
       
    19 TARGET=javasatsa
    17 TARGET=javasatsa
    20 TEMPLATE=lib
    18 TEMPLATE=lib
    21 CONFIG += omj java stl
    19 CONFIG += omj java  stl
       
    20 CONFIG -= qt
    22 
    21 
    23 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_5_0) {
    22 
    24     CONFIG -= qt
       
    25 }
       
    26 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_9_2) {
       
    27     CONFIG -= qt
       
    28 }
       
    29 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    30     CONFIG += hb
       
    31 }
       
    32 
    23 
    33 symbian {
    24 symbian {
    34 
    25 
    35 
    26 
    36  			INCLUDEPATH +=  ../framework/inc	\
    27  			INCLUDEPATH +=  ../framework/inc	\
    37                             ../pki/inc	\
    28                             ../pki/inc	\
    38                             ../apdu/inc	\
    29                             ../apdu/inc	\
    39  							../../inc	\
    30  							../../inc	\
    40  							../../../inc \
    31  							../../../inc \
    41 
    32 
       
    33  			contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    34         
       
    35         INCLUDEPATH += /epoc32/include/mw/hb/hbcore  \
       
    36                      	/epoc32/include/mw/QtCore   \
       
    37                       /epoc32/include/mw/QtGui   \
       
    38              }
    42 
    39 
    43 
    40 
    44  			SOURCES +=  ../pki/src.s60/*.cpp \
    41  			SOURCES +=  ../pki/src.s60/*.cpp \
    45                         ../crypto/src/*.cpp \
    42                         ../crypto/src/*.cpp \
    46                         ../apdu/src/*.cpp	\
    43                         ../apdu/src/*.cpp	\
    60 								 -lcrypto	\
    57 								 -lcrypto	\
    61  								 -lbafl \
    58  								 -lbafl \
    62 								 -lcertstore \
    59 								 -lcertstore \
    63 								 -lcharconv \
    60 								 -lcharconv \
    64 								 -lcms \
    61 								 -lcms \
       
    62 								 -laknnotify \
    65 								 -leiksrv \
    63 								 -leiksrv \
    66 								 -lctframework \
    64 								 -lctframework \
       
    65 								 -lctsecdlgs \
    67 								 -lcustomapi \
    66 								 -lcustomapi \
    68 								 -lefsrv \
    67 								 -lefsrv \
    69 								 -letel \
    68 								 -letel \
    70 								 -letelmm \
    69 								 -letelmm \
    71 								 -leuser \
    70 								 -leuser \
    73 								 -lhash \
    72 								 -lhash \
    74 								 -lWimClient	\
    73 								 -lWimClient	\
    75 								 -lestlib	\
    74 								 -lestlib	\
    76 								 -lcryptography \
    75 								 -lcryptography \
    77 
    76 
       
    77 		contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    78         
       
    79         LIBS += -lHbCore\
       
    80 								-lQtGui\
       
    81 								-lQtCore\
    78 
    82 
    79 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_5_0) {
    83 				}
    80         LIBS +=    -laknnotify \
    84 
    81         					 -lctsecdlgs \
    85 
    82     }
       
    83 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_9_2) {
       
    84         LIBS +=    -laknnotify \
       
    85         					 -lctsecdlgs \
       
    86     }
       
    87 		
       
    88  }
    86  }
    89 
    87 
    90 include(../../../build/omj.pri)
    88 include(../../../build/omj.pri)