summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addressbook.pro
Side-by-side diff
Diffstat (limited to 'core/pim/today/plugins/addressbook/addressbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addressbook.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro
index cf0ff97..e65f31e 100644
--- a/core/pim/today/plugins/addressbook/addressbook.pro
+++ b/core/pim/today/plugins/addressbook/addressbook.pro
@@ -1,21 +1,21 @@
TEMPLATE = lib
CONFIG -= moc
CONFIG += qt plugin release
# Input
HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \
- addresspluginwidget.h
+ addresspluginwidget.h
SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \
- addresspluginwidget.cpp
+ addresspluginwidget.cpp
INCLUDEPATH += $(OPIEDIR)/include \
- ../ ../library
+ ../ ../library
DEPENDPATH += $(OPIEDIR)/include \
- ../ ../library
+ ../ ../library
-LIBS+= -lqpe -lopie
+LIBS+= -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lopiedb2 -lqtaux2
DESTDIR = $(OPIEDIR)/plugins/today
TARGET = todayaddressbookplugin
include ( $(OPIEDIR)/include.pro )