phonebookui/phonebookapp/phonebookapp.pro
branchRCL_3
changeset 19 5b6f26637ad3
equal deleted inserted replaced
18:d4f567ce2e7c 19:5b6f26637ad3
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 
       
     4 #
       
     5 # All rights reserved.
       
     6 # This component and the accompanying materials are made available
       
     7 # under the terms of "Eclipse Public License v1.0"
       
     8 # which accompanies this distribution, and is available
       
     9 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10 #
       
    11 # Initial Contributors:
       
    12 # Nokia Corporation - initial contribution.
       
    13 #
       
    14 # Contributors:
       
    15 #
       
    16 # Description:
       
    17 #
       
    18 #
       
    19 
       
    20 
       
    21 
       
    22 TEMPLATE = app
       
    23 TARGET = phonebook
       
    24 
       
    25 #DEFINES += BUILD_QTCONTACTS
       
    26 
       
    27 DEPENDPATH += .
       
    28 INCLUDEPATH += .
       
    29 INCLUDEPATH += ../../inc
       
    30 INCLUDEPATH += ../pbkcommonui/inc
       
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    32 
       
    33 MOC_DIR = moc
       
    34 
       
    35 CONFIG += hb
       
    36 CONFIG += service
       
    37 
       
    38 LIBS += -lhbcore \
       
    39         -lpbkcommonui \
       
    40         -lxqservice \
       
    41         -lxqserviceutil
       
    42         
       
    43 SERVICE.FILE = service_conf.xml
       
    44 SERVICE.OPTIONS = embeddable
       
    45 
       
    46 # Input
       
    47 HEADERS += inc/cntapplication.h
       
    48 HEADERS += inc/cntinterface.h
       
    49 HEADERS += inc/cntappservicehandler.h
       
    50 
       
    51 SOURCES += src/main.cpp
       
    52 SOURCES += src/cntappservicehandler.cpp
       
    53 
       
    54 # capability
       
    55 TARGET.CAPABILITY = CAP_APPLICATION
       
    56 
       
    57 TRANSLATIONS = contacts.ts
       
    58     
       
    59 symbian: {
       
    60         # Skip the UID2/3 thing
       
    61         TARGET.UID3 = 0x20022EF9
       
    62         TARGET.EPOCSTACKSIZE = 0x14000
       
    63         TARGET.EPOCHEAPSIZE = 0x1000 0xA00000
       
    64         
       
    65         SKINICON = qtg_large_phonebook 
       
    66 
       
    67         :BLD_INF_RULES.prj_exports += "resources/phonebook.splashml /epoc32/release/winscw/udeb/z/resource/hb/splashml/phonebook.splashml
       
    68         :BLD_INF_RULES.prj_exports += "resources/phonebook.splashml /epoc32/data/z/resource/hb/splashml/phonebook.splashml
       
    69         :BLD_INF_RULES.prj_exports += "resources/phonebook.docml /epoc32/release/winscw/udeb/z/resource/hb/splashml/phonebook.docml
       
    70         :BLD_INF_RULES.prj_exports += "resources/phonebook.docml /epoc32/data/z/resource/hb/splashml/phonebook.docml
       
    71 }