perfmon/ui/hb/app/app.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:32:02 +0300
changeset 15 e11368ed4880
child 17 4f2773374eff
permissions -rw-r--r--
Revision: 201016 Kit: 201018

#
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: 
#
#

TEMPLATE = app
TARGET = PerfMon
DEPENDPATH += .
INCLUDEPATH += inc

CONFIG += hb

HEADERS += inc/application.h \
    inc/mainwindow.h \
    inc/mainview.h \
    inc/datacontainer.h \
    inc/valuedatacontainer.h \
    inc/graphdatacontainer.h \
    inc/settingsview.h \
    inc/datapopup.h \
    inc/enginewrapper.h

SOURCES += src/main.cpp \
    src/application.cpp \
    src/mainwindow.cpp \
    src/mainview.cpp \
    src/valuedatacontainer.cpp \
    src/graphdatacontainer.cpp \
    src/settingsview.cpp \
    src/datapopup.cpp \
    src/enginewrapper.cpp

RESOURCES +=

symbian: {
    INCLUDEPATH += ../../../engine/inc
    HEADERS += ../../../engine/inc/perfmon_engine.h

    SOURCES += ../../../engine/src/perfmon_engine.cpp

    LIBS += -lestor \
        -lbafl

    TARGET.CAPABILITY = WriteDeviceData

    TARGET.UID2 = 0x100039CE
    TARGET.UID3 = 0x20011385
    TARGET.SID = 0x20011385
    TARGET.VID = 0x101FB657 // Nokia

    TARGET.EPOCHEAPSIZE = 0x10000 0x2000000  // Min 64Kb, Max 32Mb

    ICON = ../../../icons/qgn_menu_perfmon.svg

    RSS_RULES += "group_name = \"RnD Tools\"";
}