activityfw/storage/client/client.pro
changeset 107 b34d53f6acdf
parent 102 8b8b34fa9751
equal deleted inserted replaced
106:e78d6e055a5b 107:b34d53f6acdf
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = lib
    17 TEMPLATE = subdirs
    18 TARGET = afstorageclient
       
    19 
    18 
    20 QT        += core \
    19 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include \"group/bld.inf\""
    21              sql
       
    22 
       
    23 HEADERS   += inc/afstorageclient.h \
       
    24              inc/afstorageentry.h
       
    25 
       
    26 SOURCES   += src/afstorageclient.cpp \
       
    27              src/afstorageentry.cpp
       
    28 
       
    29 DEFINES += ACTIVITY_LIB
       
    30 
       
    31 symbian{
       
    32 TARGET.UID3 = 0xE467C21E
       
    33 
       
    34 HEADERS   += ../s60/inc/afentry.h \
       
    35              ../s60/inc/afserializer.h \
       
    36              s60/inc/afstorageclient_p.h \
       
    37              s60/inc/afstorageclientimp.h \
       
    38              s60/inc/afasyncrequest_p.h \
       
    39              s60/inc/afthumbnailrequest_p.h
       
    40 
       
    41 SOURCES   += ../s60/src/afentry.cpp \
       
    42              ../s60/src/afserializer.cpp \
       
    43              s60/src/afstorageclient_p.cpp \
       
    44              s60/src/afstorageclientimp.cpp \
       
    45              s60/src/afasyncrequest_p.cpp \
       
    46              s60/src/afthumbnailrequest_p.cpp
       
    47 
       
    48 LIBS      += -lxqutils \
       
    49              -lestor \
       
    50              -lfbscli
       
    51 
       
    52 afstorageclientdll.sources = afstorageclient.dll
       
    53 afstorageclientdll.path = $$SHARED_LIB_DIR
       
    54 DEPLOYMENT += afstorageclientdll
       
    55 
       
    56 BLD_INF_RULES.prj_exports += "../inc/afstorageglobals.h /epoc32/include/afstorageglobals.h" \
       
    57                              "../inc/afcmd.h /epoc32/include/afcmd.h" \
       
    58                              "inc/afstorageclient.h |../../../inc/afstorageclient.h" \
       
    59                              "../s60/inc/afentry.h |../../../inc/afentry.h" \
       
    60                              "inc/afstorageentry.h |../../../inc/afstorageentry.h" \
       
    61                              "inc/afasyncrequestobserver.h |../../../inc/afasyncrequestobserver.h"
       
    62 DEPLOYMENT += api
       
    63 TARGET.CAPABILITY = ALL -TCB
       
    64 TARGET.EPOCALLOWDLLDATA = 1
       
    65 
       
    66 TARGET.UID3 = 0x200267B3
       
    67 MMP_RULES += EXPORTUNFROZEN
       
    68 }