messagingapp/msgnotifications/msgnotifier/msgnotifier.pro
changeset 23 238255e8b033
child 25 84d9eb65b26f
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
       
     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 DEPENDPATH += ../../../
       
    21 DEPENDPATH += . src
       
    22 HEADERS += $$PUBLIC_HEADERS
       
    23 INCLUDEPATH += . inc ../../../inc 
       
    24 INCLUDEPATH +=../../msgutils/s60qconversions/inc
       
    25 
       
    26 INCLUDEPATH += ../../msgsettings/msginit/inc
       
    27 
       
    28 symbian:
       
    29 {
       
    30 TARGET.CAPABILITY = ALL -TCB
       
    31 TARGET.UID3 = 0x2002E678
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    33 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    34 }
       
    35 
       
    36 symbian {
       
    37     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    38     "rom/msgnotifier.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(msgnotifier.iby)"
       
    39 }
       
    40 QT -= gui
       
    41 CONFIG += hb
       
    42 CONFIG += NO_ICON
       
    43 
       
    44 # Input
       
    45 SOURCES += 	src/main.cpp \
       
    46 			src/msgnotifier.cpp \
       
    47 			src/msgnotifier_p.cpp
       
    48 
       
    49 HEADERS +=  inc/msgnotifier.h  \
       
    50   		    inc/msgnotifier_p.h 
       
    51   
       
    52 
       
    53 LIBS += -lcsserverclientapi \
       
    54         -ls60qconversions \
       
    55         -lcsutils \
       
    56         -lmsginit