summaryrefslogtreecommitdiff
path: root/noncore/securityplugins/notice/noticeplugin.pro
blob: a21017af303d62e84bd2748bd500ffcd6025165e (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 )