summaryrefslogtreecommitdiff
path: root/core/pim/datebook/holiday/christian/christian-holidays.pro
blob: 8d4a6b55a77d98b719aeafdc7ebe745d5acacda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt plugin

# Input
HEADERS = chrisholiday.h hlist.h
SOURCES = chrisholiday.cpp hlist.cpp
INTERFACES=

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

LIBS+= -lqpe -lopiecore2 -lopieui2

DESTDIR = $(OPIEDIR)/plugins/holidays
TARGET = chrisholidayplugin

include( $(OPIEDIR)/include.pro )