From 19ee7f3b3e06fcf434dcd6a104e912b12220af3b Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 03 Jan 2003 13:15:30 +0000 Subject: NEW: This plugin shows the next birthdays and anniversaries for the next n days ! --- (limited to 'core/pim/today/plugins/addressbook/addressbook.pro') 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 -- cgit v0.9.0.2