summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/bend/bend.pro
blob: ae863d9a1bb4c290b1e9c77b47be98315339fc53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE	=	lib
CONFIG		+=	qt plugin warn_on release
HEADERS		+=	bend.h \
			bendimpl.h
SOURCES		+=	bend.cpp \
			bendimpl.cpp
INCLUDEPATH	+=	$(OPIEDIR)/include ../libmail
LIBS		+=	-lcoremail -lqpe
TARGET		=	bend
DESTDIR		+=	$(OPIEDIR)/plugins/applets/

include ( $(OPIEDIR)/include.pro )