summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addressbook.pro
blob: 5d971e8669c95ac1c9bc896f77847df8f9e1057c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt release

# Input
HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h  \
	addresspluginwidget.h
SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \
	addresspluginwidget.cpp

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

LIBS+= -lqpe -lopie

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