activityfw/storage/client/t_afstorageclient/t_afstorageclient.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 
       
    19 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    20 
       
    21 CONFIG += console
       
    22 
       
    23 QT += testlib
       
    24 
       
    25 DEPENDPATH += .\
       
    26               ./src
       
    27 
       
    28 INCLUDEPATH += .\
       
    29                ./inc \
       
    30                ../../inc \
       
    31 
       
    32 HEADERS   += ../inc/afstorageclient.h \
       
    33              ../inc/afasyncrequestobserver.h \
       
    34              ../inc/afasyncrequest_p.h \
       
    35              ../inc/afasyncsession.h \
       
    36              ../inc/afstorageclientimp.h \
       
    37              ../inc/afstorageclient_p.h \
       
    38              ../inc/afthumbnailrequest_p.h \
       
    39 
       
    40 SOURCES   += ../src/afstorageclient.cpp \
       
    41              ../src/afasyncrequest_p.cpp \
       
    42              ../src/afstorageclientimp.cpp \
       
    43              ../src/afstorageclient_p.cpp \
       
    44              ../src/afthumbnailrequest_p.cpp \
       
    45              
       
    46 HEADERS += ./inc/t_activityclient.h                      
       
    47 SOURCES += ./src/t_activityclient.cpp
       
    48              
       
    49 DEFINES += ACTIVITY_LIB
       
    50 
       
    51 symbian: {
       
    52     CONFIG += symbian_test
       
    53     coverage: CONFIG -= symbian_test
       
    54     TARGET.UID2 = 0x100039CE
       
    55     TARGET.UID3 = 0xEfb7dc67
       
    56     TARGET.CAPABILITY = CAP_APPLICATION AllFiles
       
    57     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    58     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    59 
       
    60     export.sources = ./data/image_file_activitydbclient.png
       
    61     export.path = c:/data/Images/Pictures/
       
    62     DEPLOYMENT += export
       
    63     
       
    64     LIBS      += -lxqutils \
       
    65                  -lestor \
       
    66                  -lfbscli \
       
    67                  -lafstoragecommon.lib \
       
    68 
       
    69 }