phoneengine/phoneservices/tsrc/urischemeservicetestapp/urischemeservicetestapp.pro
changeset 50 377c906a8701
child 74 d1c62c765e48
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
       
     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 
       
    18 TEMPLATE = app
       
    19 CONFIG += hb
       
    20 TARGET = urischemeservicetestapp
       
    21 DEPENDPATH += .
       
    22 
       
    23 INCLUDEPATH += .
       
    24 
       
    25 symbian {    
       
    26     TARGET.CAPABILITY = ALL -TCB
       
    27     TARGET.UID3 = 0xee4b29ef
       
    28     
       
    29     HEADERS += urischemeservicetestappview.h
       
    30 
       
    31     SOURCES += main.cpp \
       
    32                urischemeservicetestappview.cpp
       
    33     
       
    34     BLD_INF_RULES.prj_exports += \
       
    35     "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    36     "./rom/urischemeservicetestapp.iby CORE_APP_LAYER_IBY_EXPORT_PATH(urischemeservicetestapp.iby)" 
       
    37     
       
    38     LIBS += -lphoneservices -lxqservice -lxqserviceutil    
       
    39 }