alarmui/alarmalertwidget/alarmalertplugin/alarmalertplugin.pro
author hgs
Mon, 28 Jun 2010 15:22:02 +0530
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 55 2c54b51f39c4
permissions -rw-r--r--
201025

######################################################################
# Automatically generated by qmake (2.01a) Thu Dec 3 15:16:30 2009
######################################################################

TEMPLATE = lib
TARGET = alarmalertplugin

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.