radioapp/radiopresetstorage/tsrc/t_radiopresetstorage.pro
branchRCL_3
changeset 20 93c594350b9a
parent 19 cce62ebc198e
equal deleted inserted replaced
19:cce62ebc198e 20:93c594350b9a
     1 #
       
     2 # Copyright (c) 2010 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 TARGET = t_radiopresetstorage
       
    19 
       
    20 symbian: {
       
    21     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    22     TARGET.SID = 0x101FF976 # Old visual radio uid
       
    23     MMP_RULES += SMPSAFE
       
    24 }
       
    25 
       
    26 DEPENDPATH += . \
       
    27     inc \
       
    28     src
       
    29 INCLUDEPATH += . \
       
    30     /epoc32/include/domain \
       
    31     /epoc32/include/domain/middleware \
       
    32     /epoc32/include/domain/applications \
       
    33     /epoc32/include/osextensions \
       
    34     /epoc32/include/middleware \
       
    35     /epoc32/include/osextensions/stdapis/stlport \
       
    36     stub/inc \
       
    37     ../../../inc \
       
    38     ../inc \
       
    39     ../../commoninc \
       
    40     ../../radioenginewrapper/inc \
       
    41     ../../radiopresetstorage/inc \
       
    42     ../../radiouiengine/inc \
       
    43     ../../../../inc
       
    44 
       
    45 CONFIG += qtestlib
       
    46 
       
    47 symbian:LIBS += -lradiouiengine
       
    48 symbian:LIBS += -lradioenginewrapper
       
    49 symbian:LIBS += -lradiopresetstorage
       
    50 
       
    51 
       
    52 HEADERS += inc/t_radiopresetstorage.h
       
    53 SOURCES += src/t_radiopresetstorage.cpp