messagingapp/msgnotifications/msgnotifier/msgnotifier.pro
changeset 31 ebfee66fde93
child 34 84197e66a4bd
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     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: Message Notifier Exe Pro File
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = msgnotifier
       
    19 
       
    20 
       
    21 DEPENDPATH += . src
       
    22 HEADERS += $$PUBLIC_HEADERS
       
    23 INCLUDEPATH += . inc ../../../inc 
       
    24 INCLUDEPATH +=../../msgutils/s60qconversions/inc
       
    25 INCLUDEPATH += ../../msgsettings/msginit/inc
       
    26 INCLUDEPATH += ../inc
       
    27 INCLUDEPATH += $$APP_LAYER_INCLUDEPATH
       
    28 INCLUDEPATH += $$MW_LAYER_INCLUDEPATH
       
    29 symbian:
       
    30 {
       
    31 TARGET.CAPABILITY = ALL -TCB
       
    32 TARGET.UID3 = 0x2002E678
       
    33 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    34 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    35 }
       
    36 
       
    37 symbian {
       
    38     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    39     "rom/msgnotifier.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(msgnotifier.iby)"
       
    40 }
       
    41 
       
    42 QT -= gui
       
    43 CONFIG += NO_ICON hb
       
    44 
       
    45 # Input
       
    46 SOURCES += 	src/main.cpp \
       
    47 			src/msgnotifier.cpp \
       
    48 			src/msgnotifier_p.cpp \
       
    49 			src/msgstorehandler.cpp
       
    50 
       
    51 HEADERS +=  inc/msgnotifier.h  \
       
    52   		    inc/msgnotifier_p.h \
       
    53   		    inc/msgstorehandler.h 
       
    54 
       
    55 LIBS += -lcsserverclientapi \
       
    56         -ls60qconversions \
       
    57         -lcsutils \
       
    58         -lmsginit \
       
    59         -lmsgs \
       
    60         -letext \
       
    61         -lsmcm \
       
    62         -ls60qconversions \
       
    63         -lmmsmessage \
       
    64         -lmmsserversettings \
       
    65         -lmmscli \
       
    66         -lxqservice \
       
    67         -lQtContacts \
       
    68         -lQtVersit \
       
    69         -lunidatamodelloader \
       
    70 	-lxqsettingsmanager \
       
    71         -apgrfx.lib
       
    72