|
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: This is the project file defnition for deviceupdatesplugin. |
|
15 # |
|
16 # |
|
17 |
|
18 |
|
19 |
|
20 TEMPLATE = lib |
|
21 TARGET = deviceupdatesplugin |
|
22 DEPENDPATH += . \ |
|
23 ./inc \ |
|
24 ./src |
|
25 INCLUDEPATH += . \ |
|
26 ./inc |
|
27 |
|
28 CONFIG += hb plugin |
|
29 |
|
30 LIBS += -lcpframework \ |
|
31 -lcentralrepository |
|
32 |
|
33 # Input |
|
34 HEADERS += deviceupdatesplugin.h \ |
|
35 deviceupdatesdata.h |
|
36 |
|
37 SOURCES += deviceupdatesplugin.cpp \ |
|
38 deviceupdatesdata.cpp |
|
39 |
|
40 symbian: { |
|
41 TARGET.EPOCALLOWDLLDATA = 1 |
|
42 TARGET.UID3 = 0X2002DD04 |
|
43 |
|
44 LIBS += -ldeviceupdatesplugin |
|
45 |
|
46 SYMBIAN_PLATFORMS = WINSCW \ |
|
47 ARMV5 |
|
48 |
|
49 } |
|
50 |
|
51 symbian { |
|
52 deploy.path = C: |
|
53 headers.sources = qmakepluginstubs/deviceupdatesplugin.qtplugin |
|
54 headers.path = /resource/qt/plugins/controlpanel |
|
55 |
|
56 # This is for new exporting system coming in garden |
|
57 for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$deploy.path$$headers.path/$$basename(header)" |
|
58 } |
|
59 symbian: INCLUDEPATH += /orbit/hb/include/hbservices \ |
|
60 /orbit/hb/include/hbservices/private \ |
|
61 /orbit/hb/include/hbcore \ |
|
62 /orbit/hb/include/hbcore/private |
|
63 |
|
64 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
65 |
|
66 plugin.sources = deviceupdatesplugin.dll |
|
67 plugin.path = \resource\qt\plugins\controlpanel |
|
68 DEPLOYMENT += plugin |
|
69 |
|
70 # End of file --Don't remove this. |