alarmui/alarmalertwidget/alarmalertplugin/alarmalertplugin.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 20:25:23 +0300
changeset 68 a5a1242fd2e8
parent 58 ef813d54df51
child 70 a5ed90760192
permissions -rw-r--r--
Revision: 201033 Kit: 201035

######################################################################
# 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.