phoneapp/phoneuiview2/phoneuiview2.pro
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 74 d1c62c765e48
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     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: Project file for building Phone qt view component
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = phoneuiqtview
       
    20 CONFIG += hb mobility
       
    21 MOBILITY += systeminfo
       
    22 
       
    23 symbian {
       
    24     TARGET.CAPABILITY = ALL -TCB
       
    25     TARGET.EPOCALLOWDLLDATA =1
       
    26     TARGET.UID3 = 0x101F4D18
       
    27     DEFINES += FT_SYMBIAN_INTEGRATION
       
    28     DEFINES += BUILD_PHONEUIQTVIEW
       
    29     
       
    30     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31     INCLUDEPATH += ../../inc \
       
    32                    ../phoneuiutils/inc
       
    33 
       
    34     LIBS += -lphoneuiutils \
       
    35             -lbubblemanager2 \
       
    36             -lxqserviceutil \
       
    37             -ldialpad \
       
    38             -lxqkeycapture
       
    39 
       
    40     defFiles = \
       
    41         "$${LITERAL_HASH}ifdef WINS" \
       
    42             "DEFFILE bwins/phoneuiqtview.def" \
       
    43         "$${LITERAL_HASH}else" \
       
    44             "DEFFILE eabi/phoneuiqtview.def" \
       
    45         "$${LITERAL_HASH}endif"
       
    46     
       
    47     MMP_RULES += defFiles
       
    48 }
       
    49 
       
    50 # Input
       
    51 include(phoneuiqtview.pri)