summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/todolist/todolist.pro
blob: 82d4018351b76d7f3cc223bea0046a7caf606ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt plugin 

# Input
HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h  \
	todopluginwidget.h
SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \
	todopluginwidget.cpp
INTERFACES= todopluginconfigbase.ui

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

LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2

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

include(









 $(OPIEDIR)/include.pro )