|
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: tsdevicedialogplugin.pro |
|
15 # |
|
16 |
|
17 TEMPLATE = lib |
|
18 CONFIG += hb plugin mobility |
|
19 MOBILITY = serviceframework publishsubscribe |
|
20 |
|
21 include (../common.pri) |
|
22 |
|
23 HEADERS += inc/tsdevicedialogcontainer.h \ |
|
24 inc/tsdevicedialogplugin.h \ |
|
25 inc/tsmodel.h \ |
|
26 inc/tsmodelitem.h \ |
|
27 inc/tsentrymodelitem.h \ |
|
28 inc/tsactivitymodelitem.h \ |
|
29 inc/tstasksgrid.h \ |
|
30 inc/tstasksgriditem.h \ |
|
31 inc/tsdocumentloader.h \ |
|
32 inc/tsdataroles.h \ |
|
33 inc/tsnoitemslabel.h \ |
|
34 |
|
35 SOURCES += src/tsdevicedialogcontainer.cpp \ |
|
36 src/tsdevicedialogplugin.cpp \ |
|
37 src/tsmodel.cpp \ |
|
38 src/tsentrymodelitem.cpp \ |
|
39 src/tsactivitymodelitem.cpp \ |
|
40 src/tstasksgrid.cpp \ |
|
41 src/tstasksgriditem.cpp \ |
|
42 src/tsdocumentloader.cpp \ |
|
43 src/tsnoitemslabel.cpp \ |
|
44 |
|
45 INCLUDEPATH += . \ |
|
46 ./inc \ |
|
47 ../../inc \ |
|
48 |
|
49 LIBS += -ltstaskmonitorclient |
|
50 |
|
51 TRANSLATIONS = taskswitcher.ts |
|
52 |
|
53 RESOURCES += tsdevicedialogplugin.qrc |
|
54 |
|
55 symbian { |
|
56 TARGET.CAPABILITY = CAP_ECOM_PLUGIN |
|
57 TARGET.UID3 = 0x2002677F |
|
58 pluginstub.sources = tsdevicedialogplugin.dll |
|
59 pluginstub.path = /resource/plugins/devicedialogs |
|
60 DEPLOYMENT += pluginstub |
|
61 |
|
62 LIBS += -lxqsettingsmanager -lapparc -lapgrfx |
|
63 |
|
64 BLD_INF_RULES.prj_exports += \ |
|
65 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
66 "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \ |
|
67 "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)" |
|
68 } |
|
69 |
|
70 win32 { |
|
71 include ($$[QMAKE_MKSPECS]/features/hb_install.prf) |
|
72 DESTDIR = $$HB_PLUGINS_DIR/devicedialogs |
|
73 } |