summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/mail/mail.pro
blob: 15f999050a74fa799892648f0d8265ac1d18ee64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt 

# Input
HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h
SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp

INCLUDEPATH     += $(OPIEDIR)/include \
		../ ../library
DEPENDPATH      += $(OPIEDIR)/include \
		../ ../library

LIBS+= -lqpe -lopiecore2 -lopiepim2

DESTDIR = $(OPIEDIR)/plugins/today
TARGET = todaymailplugin

include(









 $(OPIEDIR)/include.pro )