equal
deleted
inserted
replaced
13 plugin |
13 plugin |
14 |
14 |
15 symbian: { |
15 symbian: { |
16 TARGET.EPOCALLOWDLLDATA = 1 |
16 TARGET.EPOCALLOWDLLDATA = 1 |
17 TARGET.CAPABILITY = CAP_GENERAL_DLL |
17 TARGET.CAPABILITY = CAP_GENERAL_DLL |
18 TARGET.UID3 = 0x2002EA1C |
|
19 |
18 |
20 pluginstub.sources = alarmalertplugin.dll |
19 pluginstub.sources = alarmalertplugin.dll |
21 pluginstub.path = /resource/plugins/devicedialogs |
20 pluginstub.path = /resource/plugins/devicedialogs |
22 DEPLOYMENT += pluginstub |
21 DEPLOYMENT += pluginstub |
23 } |
22 } |
24 |
23 |
25 # Input |
24 # Input |
26 HEADERS += alarmalertplugin.h \ |
25 HEADERS += alarmalertplugin.h \ |
27 alarmalertwidget_p.h |
26 alarmalertwidget_p.h \ |
|
27 alarmalertdocloader.h |
28 |
28 |
29 SOURCES += alarmalertplugin.cpp \ |
29 SOURCES += alarmalertplugin.cpp \ |
30 alarmalertwidget_p.cpp |
30 alarmalertwidget_p.cpp \ |
|
31 alarmalertdocloader.cpp |
31 |
32 |
32 RESOURCES += alarmalert.qrc |
33 RESOURCES += alarmalert.qrc |