cmmanager/cmapplsettingsui/tsrc/tst_applsettingsui/tst_applsettingsui.pro
changeset 20 9c97ad6591ae
child 56 dd6aaa97e7b1
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
       
     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 = tst_applsettingsui
       
    19 TARGET.CAPABILITY = ALL -TCB
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += \
       
    22     . \
       
    23     inc \
       
    24     ../../inc \
       
    25     ../../../../inc
       
    26 load(hb.prf)
       
    27 RESOURCES = res/tst_applsettingsui.qrc
       
    28 MOC_DIR = moc
       
    29 
       
    30 # Input
       
    31 HEADERS += \
       
    32     inc/applsettester.h
       
    33 SOURCES += \
       
    34     src/applsettester.cpp \
       
    35     src/tst_applsettingsui.cpp
       
    36 
       
    37 symbian*: {
       
    38     CONFIG -= symbian_i18n
       
    39     LIBS += -lcmapplsettingsui
       
    40     TARGET.UID3 = 0x2002E69A
       
    41     SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    42 }
       
    43 
       
    44 symbian: {
       
    45     BLD_INF_RULES.prj_exports += "rom/tst_applsettingsui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(tst_applsettingsui.iby)"
       
    46     BLD_INF_RULES.prj_exports += "rom/tst_applsettingsui_stub.sis /epoc32/data/z/system/install/tst_applsettingsui_stub.sis"
       
    47 }