summaryrefslogtreecommitdiff
path: root/core/pim/datebook/holiday/birthday/birthdays.pro
blob: 6e2e47be8b8eb9f584814b0d6af6f07475bfda9e (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/holidays
TARGET = birthdayplugin

include( $(OPIEDIR)/include.pro )