phonebookui/phonebookapp/phonebookapp.pro
changeset 24 0ba2181d7c28
child 27 de1630741fbe
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
       
     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 ICON = resources/phonebook.svg
       
    26 
       
    27 #DEFINES += BUILD_QTCONTACTS
       
    28 
       
    29 DEPENDPATH += .
       
    30 INCLUDEPATH += .
       
    31 INCLUDEPATH += ../inc
       
    32 INCLUDEPATH += ../pbkcommonui/inc
       
    33 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 MOC_DIR = moc
       
    36 
       
    37 CONFIG += hb
       
    38 CONFIG += service
       
    39 
       
    40 LIBS += -lhbcore \
       
    41         -lpbkcommonui \
       
    42         -lxqservice \
       
    43         -lxqserviceutil
       
    44         
       
    45 SERVICE.FILE = service_conf.xml
       
    46 SERVICE.OPTIONS = embeddable
       
    47 
       
    48 # Input
       
    49 HEADERS += inc/cntinterface.h
       
    50 HEADERS += inc/cntappservicehandler.h
       
    51 
       
    52 SOURCES += src/main.cpp
       
    53 SOURCES += src/cntappservicehandler.cpp
       
    54 
       
    55 # capability
       
    56 TARGET.CAPABILITY = ALL \
       
    57     -TCB
       
    58 
       
    59 TRANSLATIONS = contacts.ts
       
    60     
       
    61 symbian: {
       
    62         # Skip the UID2/3 thing
       
    63         TARGET.UID3 = 0x20022EF9
       
    64         TARGET.EPOCSTACKSIZE = 0x14000
       
    65         TARGET.EPOCHEAPSIZE = 0x1000 0xA00000 
       
    66 
       
    67 }