summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebook.pro
blob: 0bbdb77522a5ed5e3878fc892755656eb13842ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt release
# Input
HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \
	datebookevent.h datebookpluginwidget.h
SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \
	datebookevent.cpp datebookpluginwidget.cpp

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

LIBS+= -lqpe -lopie 

DESTDIR = $(OPIEDIR)/plugins/today
TARGET = todaydatebookplugin