summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebook.pro
authorharlekin <harlekin>2002-09-15 21:13:47 (UTC)
committer harlekin <harlekin>2002-09-15 21:13:47 (UTC)
commit87cd421d72df1d7706925285a48c008007471310 (patch) (side-by-side diff)
treeeb7805bd6702f2820aac159baa4a9c5592a52ee4 /core/pim/today/plugins/datebook/datebook.pro
parent251fd5b1687994c30e8bea1091e893468086223f (diff)
downloadopie-87cd421d72df1d7706925285a48c008007471310.zip
opie-87cd421d72df1d7706925285a48c008007471310.tar.gz
opie-87cd421d72df1d7706925285a48c008007471310.tar.bz2
plugins for the new today
Diffstat (limited to 'core/pim/today/plugins/datebook/datebook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebook.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro
new file mode 100644
index 0000000..615059a
--- a/dev/null
+++ b/core/pim/today/plugins/datebook/datebook.pro
@@ -0,0 +1,19 @@
+TEMPLATE = lib
+CONFIG -= moc
+CONFIG += qt debug
+
+# Input
+HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \
+ datebookevent.h datebookpluginwidget.h
+SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \
+ datebookevent.cpp datebookpluginwidget.cpp
+
+INCLUDEPATH += $(OPIEDIR)/include \
+ ../ ../library
+DEPENDPATH += $(OPIEDIR)/include \
+ ../ ../library
+
+LIBS+= -lqpe -lopie
+
+DESTDIR = $(OPIEDIR)/plugins/today
+TARGET = todaydatebookplugin \ No newline at end of file