phoneapp/phoneuiqtviewadapter/phoneuiqtviewadapter.pro
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
       
     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 mobility
       
    21 MOBILITY = publishsubscribe
       
    22 
       
    23 symbian {
       
    24     TARGET.CAPABILITY = ALL -TCB
       
    25     TARGET.EPOCALLOWDLLDATA = 1
       
    26     TARGET.UID3 = 0x20029F86
       
    27     DEFINES += FT_SYMBIAN_INTEGRATION
       
    28     DEFINES += BUILD_PHONEUIQTVIEWADAPTER
       
    29     
       
    30     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31     INCLUDEPATH += ../../inc \
       
    32                    ../phoneuiutils/inc \
       
    33                    ../phoneuiview2/inc \
       
    34                    ../phoneui2/srcdata \
       
    35                    ../phoneringingtoneplayer/inc \
       
    36                    ../phonemediatorcenter/inc
       
    37 
       
    38     LIBS += -lphoneuiutils \
       
    39         -lbubblemanager2 \
       
    40         -lphoneringingtoneplayer \
       
    41         -lphoneuiqtview \
       
    42         -lphonemediatorcenter \
       
    43         -lxqservice \
       
    44         -lxqserviceutil \
       
    45         -lserviceprovidersettings \
       
    46         -lxqsettingsmanager \
       
    47         -llogsengine \
       
    48         -lxqplugins \
       
    49         -lakncapserverclient \
       
    50         -llockclient \
       
    51         -ltelephonyservice \
       
    52         -lapgrfx \
       
    53         -lavkon \
       
    54         -lws32 \
       
    55         -lcone
       
    56         
       
    57     defFiles = "$${LITERAL_HASH}ifdef WINS" \
       
    58         "DEFFILE bwins/phoneuiqtviewadapter.def" \
       
    59         "$${LITERAL_HASH}else" \
       
    60             "DEFFILE eabi/phoneuiqtviewadapter.def" \
       
    61         "$${LITERAL_HASH}endif"
       
    62     
       
    63     MMP_RULES += defFiles
       
    64 
       
    65     #qcrml export
       
    66     BLD_INF_RULES.prj_exports += "./conf/carmode.qcrml  c:/resource/qt/crml/carmode.qcrml "
       
    67     crml.sources = ./conf/carmode.qcrml
       
    68     crml.path = c:/resource/qt/crml
       
    69     DEPLOYMENT += crml
       
    70 
       
    71 }
       
    72 
       
    73 # Input
       
    74 include(phoneuiqtviewadapter.pri)