telutils/dialpad/tsrc/dialpadtest/dialpadtest.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     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 
       
    18 TEMPLATE = app
       
    19 CONFIG += hb
       
    20 TARGET = dialpadtest
       
    21 DEPENDPATH += .
       
    22 
       
    23 INCLUDEPATH += .
       
    24 
       
    25 HEADERS += dialpadtestview.h
       
    26 
       
    27 SOURCES += main.cpp \
       
    28            dialpadtestview.cpp
       
    29 
       
    30 RESOURCES += resources/dialpadtest.qrc
       
    31 
       
    32 symbian {    
       
    33 TARGET.EPOCHEAPSIZE = 0x1000 0xA00000
       
    34 TARGET.CAPABILITY = CAP_APPLICATION    
       
    35 } else:win32 {
       
    36 INCLUDEPATH += ../../../../phonesrv_plat/dialpad_api/inc \
       
    37                c:/hb/include/hbcore \
       
    38                c:/hb/include/hbwidgets
       
    39 }
       
    40 
       
    41 # Libraries
       
    42 LIBS += -ldialpad
       
    43