--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/alarmui/alarmalertwidget/alarmalertplugin/alarmalertplugin.pro Tue Aug 31 15:13:43 2010 +0300
@@ -0,0 +1,41 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Thu Dec 3 15:16:30 2009
+######################################################################
+
+TEMPLATE = lib
+TARGET = alarmalertplugin
+
+INCLUDEPATH += ./traces
+
+DEPENDPATH += ./inc \
+ ./src \
+ ./data
+
+CONFIG += hb \
+ plugin
+
+symbian: {
+ TARGET.EPOCALLOWDLLDATA = 1
+ TARGET.CAPABILITY = CAP_GENERAL_DLL
+
+ pluginstub.sources = alarmalertplugin.dll
+ pluginstub.path = /resource/plugins/devicedialogs
+ DEPLOYMENT += pluginstub
+}
+
+# Input
+HEADERS += alarmalertplugin.h \
+ alarmalertwidget_p.h \
+ alarmalertdocloader.h
+
+SOURCES += alarmalertplugin.cpp \
+ alarmalertwidget_p.cpp \
+ alarmalertdocloader.cpp
+
+
+
+RESOURCES += alarmalert.qrc
+
+TRANSLATIONS += alarmui.ts
+
+# End of file --Don't remove this.