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.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro
new file mode 100644
index 0000000..5d971e8
--- a/dev/null
+++ b/core/pim/today/plugins/addressbook/addressbook.pro
@@ -0,0 +1,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