phoneapp/phoneuiview2/phoneuiview2.pro
changeset 21 92ab7f8d0eab
child 27 2f8f8080a020
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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
       
    21 
       
    22 symbian {
       
    23     TARGET.CAPABILITY = ALL -TCB
       
    24     TARGET.EPOCALLOWDLLDATA =1
       
    25     TARGET.UID3 = 0x101F4D18
       
    26     DEFINES += FT_SYMBIAN_INTEGRATION
       
    27     DEFINES += BUILD_PHONEUIQTVIEW
       
    28     
       
    29     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    30     INCLUDEPATH += ../../inc \
       
    31                    ../phoneuiutils/inc
       
    32 
       
    33     LIBS += -lphoneuiutils \
       
    34             -lbubblemanager2 \
       
    35             -lxqserviceutil \
       
    36             -ldialpad
       
    37 
       
    38     defFiles = \
       
    39         "$${LITERAL_HASH}ifdef WINS" \
       
    40             "DEFFILE bwins/phoneuiqtview.def" \
       
    41         "$${LITERAL_HASH}else" \
       
    42             "DEFFILE eabi/phoneuiqtview.def" \
       
    43         "$${LITERAL_HASH}endif"
       
    44     
       
    45     MMP_RULES += defFiles
       
    46 }
       
    47 
       
    48 # Input
       
    49 include(phoneuiqtview.pri)