|
1 # ##################################################################### |
|
2 # Automatically generated by qmake (2.01a) Fri Jul 4 12:40:38 2008 |
|
3 # ##################################################################### |
|
4 TEMPLATE = lib |
|
5 TARGET = devicemanagementnotifiersplugin |
|
6 CONFIG += hb \ |
|
7 plugin |
|
8 INCLUDEPATH += . |
|
9 DEPENDPATH += . |
|
10 |
|
11 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs |
|
12 |
|
13 SOURCES += devicemanagementnotifierplugin.cpp |
|
14 SOURCES += devicemanagementnotifierwidget.cpp |
|
15 SOURCES += devicemanagementnotifierutils.cpp |
|
16 SOURCES += syncmlnotifierprivate.cpp |
|
17 HEADERS += devicemanagementnotifierplugin_p.h |
|
18 HEADERS += devicemanagementnotifierwidget_p.h |
|
19 HEADERS += devicemanagementnotifierutils.h |
|
20 HEADERS += syncmlnotifierprivate.h |
|
21 RESOURCES = devicemanagementnotifierdevman.qrc |
|
22 #TRANSLATIONS += deviceupdates.ts |
|
23 |
|
24 symbian: { |
|
25 TARGET.EPOCALLOWDLLDATA = 1 |
|
26 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
27 TARGET.UID3 = 0x2002DD20 |
|
28 |
|
29 hblib.sources = Hb.dll |
|
30 hblib.path = \sys\bin |
|
31 hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}" |
|
32 |
|
33 pluginstub.sources = devicemanagementnotifiersplugin.dll |
|
34 pluginstub.path = /resource/plugins/devicedialogs |
|
35 DEPLOYMENT += pluginstub |
|
36 MMP_RULES += "LIBRARY syncmlclientapi.lib centralrepository.lib flogger.lib" |
|
37 } |
|
38 !local { |
|
39 target.path = $${HB_PLUGINS_DIR}/devicedialogs |
|
40 INSTALLS += target |
|
41 } |