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

# 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 -lopiecore2 -lopieui2 -lopiepim2 -lqtaux2

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

include( $(OPIEDIR)/include.pro )