|
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 |
|
19 TEMPLATE = app |
|
20 TARGET = PIProfilerUI |
|
21 DEPENDPATH += ./src |
|
22 INCLUDEPATH += inc |
|
23 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
24 load(hb.prf) |
|
25 symbian:CONFIG -= symbian_i18n |
|
26 |
|
27 # Input |
|
28 HEADERS += ./inc/pimainview.h \ |
|
29 ./inc/piprofilerengineprivate.h \ |
|
30 ./inc/pluginattributes.h \ |
|
31 ./inc/notifications.h \ |
|
32 ./inc/pisettingsview.h \ |
|
33 ./inc/pimainwindow.h \ |
|
34 ./inc/generalattributes.h \ |
|
35 ./inc/piprofilerengine.h |
|
36 SOURCES += ./src/pimainview.cpp \ |
|
37 ./src/piprofilerengineprivate.cpp \ |
|
38 ./src/main.cpp \ |
|
39 ./src/pluginattributes.cpp \ |
|
40 ./src/notifications.cpp \ |
|
41 ./src/pisettingsview.cpp \ |
|
42 ./src/pimainwindow.cpp \ |
|
43 ./src/piprofilerengine.cpp |
|
44 |
|
45 |
|
46 RESOURCES += piprofiler.qrc |
|
47 |
|
48 |
|
49 symbian: { |
|
50 TARGET.UID2 = 0x100039CE |
|
51 TARGET.UID3 = 0x2001E5AE |
|
52 |
|
53 BLD_INF_RULES.prj_exports += "./rom/piprofilerui_hb.iby \ |
|
54 CORE_IBY_EXPORT_PATH(tools,piprofilerui.iby)" |
|
55 |
|
56 TARGET.CAPABILITY = ALL -TCB |
|
57 |
|
58 LIBS += -lcharconv -lbafl -lsysutil |
|
59 |
|
60 ICON = ../icons/qgn_menu_piprofilerui.svg |
|
61 |
|
62 } else { |
|
63 error("Only Symbian supported!") |
|
64 } |