utilities/mpapplicationmonitor/mpapplicationmonitor.pro
changeset 55 f3930dda3342
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
       
     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 application monitor utility.
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += hb qt
       
    19 TARGET = mpapplicationmonitor
       
    20 symbian: { 
       
    21     TARGET.UID3 = 0x10207C98
       
    22     MMP_RULES += "DEFFILE mpapplicationmonitor.def"
       
    23     defFilePath = .
       
    24     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    25     TARGET.EPOCALLOWDLLDATA = 1
       
    26 }
       
    27 DEFINES += BUILD_MPAPPLICATIONMONITOR
       
    28 
       
    29 INCLUDEPATH += . \
       
    30       inc \
       
    31       ../../inc
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    33      
       
    34 LIBS += -lws32 \
       
    35         -lapgrfx \
       
    36         -lavkon
       
    37 
       
    38 # Input
       
    39 HEADERS += ../../inc/mpapplicationmonitor.h \
       
    40            inc/mpapplicationmonitor_p.h
       
    41 
       
    42 SOURCES += src/mpapplicationmonitor.cpp \
       
    43            src/mpapplicationmonitor_p.cpp
       
    44