summaryrefslogtreecommitdiff
path: root/core/pim/datebook/holiday/birthday/birthdays.pro
blob: 99b149829b70cf48ff4ec50c84a85376070f7d3f (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 = birthday.h
SOURCES = birthday.cpp
INTERFACES=

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

LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2

DESTDIR = $(OPIEDIR)/plugins/datebook/holiday
TARGET = birthdayplugin

include( $(OPIEDIR)/include.pro )