summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/bend/bend.pro
blob: 52eea3d5fdec9622a57abc3d21254fdbe4fa28a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE	=	lib
CONFIG		+=	qt plugin warn_on 
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 )