summaryrefslogtreecommitdiff
path: root/noncore/securityplugins/notice/noticeplugin.pro
blob: 3a55618db5d0c6cc526a92ea4f25216c43f691a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = lib
CONFIG += qt warn_on

HEADERS		= noticeplugin.h noticepluginimpl.h noticeConfigWidget.h

SOURCES		= noticeplugin.cpp noticepluginimpl.cpp noticeConfigWidget.cpp


INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+=

LIBS		+= -lqpe -lopieui2 -lopiesecurity2

DESTDIR = $(OPIEDIR)/plugins/security
TARGET = multiauthnoticeplugin

include ( $(OPIEDIR)/include.pro )