phoneapp/phoneuiqtviewadapter/phoneuiqtviewadapter.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 qt view adapter component
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = phoneuiqtviewadapter
       
    20 CONFIG += hb
       
    21 
       
    22 symbian {
       
    23     TARGET.CAPABILITY = ALL -TCB
       
    24     TARGET.EPOCALLOWDLLDATA = 1
       
    25     TARGET.UID3 = 0x20029F86
       
    26     DEFINES += FT_SYMBIAN_INTEGRATION
       
    27     DEFINES += BUILD_PHONEUIQTVIEWADAPTER
       
    28     
       
    29     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    30     INCLUDEPATH += ../../inc \
       
    31                    ../phoneuiutils/inc \
       
    32                    ../phoneuiview2/inc \
       
    33                    ../phoneui2/srcdata \
       
    34                    ../phoneringingtoneplayer/inc \
       
    35                    ../phonemediatorcenter/inc
       
    36 
       
    37     LIBS += -lphoneuiutils \
       
    38             -lbubblemanager2 \
       
    39             -lphoneringingtoneplayer \
       
    40             -lphoneuiqtview \
       
    41             -lphonemediatorcenter \
       
    42             -lxqservice \
       
    43             -lxqserviceutil \
       
    44             -lserviceprovidersettings \
       
    45             -lxqplugins
       
    46 
       
    47     defFiles = \
       
    48         "$${LITERAL_HASH}ifdef WINS" \
       
    49             "DEFFILE bwins/phoneuiqtviewadapter.def" \
       
    50         "$${LITERAL_HASH}else" \
       
    51             "DEFFILE eabi/phoneuiqtviewadapter.def" \
       
    52         "$${LITERAL_HASH}endif"
       
    53     
       
    54     MMP_RULES += defFiles    
       
    55 }
       
    56 
       
    57 # Input
       
    58 include(phoneuiqtviewadapter.pri)