perfmon/ui/hb/app/app.pro
branchRCL_3
changeset 21 b3cee849fa46
equal deleted inserted replaced
20:48060abbbeaf 21:b3cee849fa46
       
     1 #
       
     2 # Copyright (c) 2010 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: 
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = PerfMon
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += inc
       
    22 
       
    23 load(hb.prf)
       
    24 symbian:CONFIG -= symbian_i18n
       
    25 
       
    26 HEADERS += inc/application.h \
       
    27     inc/mainwindow.h \
       
    28     inc/mainview.h \
       
    29     inc/datacontainer.h \
       
    30     inc/valuedatacontainer.h \
       
    31     inc/graphdatacontainer.h \
       
    32     inc/settingsview.h \
       
    33     inc/datapopup.h \
       
    34     inc/enginewrapper.h
       
    35 
       
    36 SOURCES += src/main.cpp \
       
    37     src/application.cpp \
       
    38     src/mainwindow.cpp \
       
    39     src/mainview.cpp \
       
    40     src/valuedatacontainer.cpp \
       
    41     src/graphdatacontainer.cpp \
       
    42     src/settingsview.cpp \
       
    43     src/datapopup.cpp \
       
    44     src/enginewrapper.cpp
       
    45 
       
    46 RESOURCES +=
       
    47 
       
    48 symbian: {
       
    49     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    50     INCLUDEPATH += ../../../engine/inc
       
    51     HEADERS += ../../../engine/inc/perfmon_engine.h
       
    52 
       
    53     SOURCES += ../../../engine/src/perfmon_engine.cpp
       
    54 
       
    55     LIBS += -lestor \
       
    56         -lbafl \
       
    57         -lefsrv \
       
    58         -lavkon \
       
    59         -lapparc \
       
    60         -lapgrfx \
       
    61         -lgdi \
       
    62         -lcone
       
    63 
       
    64     TARGET.CAPABILITY = WriteDeviceData
       
    65 
       
    66     TARGET.UID2 = 0x100039CE
       
    67     TARGET.UID3 = 0x20011385
       
    68     TARGET.SID = 0x20011385
       
    69     TARGET.VID = 0x101FB657 // Nokia
       
    70 
       
    71     TARGET.EPOCHEAPSIZE = 0x10000 0x2000000  // Min 64Kb, Max 32Mb
       
    72 
       
    73     ICON = ../../../icons/qgn_menu_perfmon.svg
       
    74 
       
    75     RSS_RULES += "group_name = \"RnD Tools\"";
       
    76 }