summaryrefslogtreecommitdiff
path: root/core/pim/datebook2/datebook2.pro
authorzecke <zecke>2003-02-23 21:27:08 (UTC)
committer zecke <zecke>2003-02-23 21:27:08 (UTC)
commit041eda0d7482d60cd67731b81fd36104fcd3120f (patch) (side-by-side diff)
treec7bc7730b9e76e22f828291d404821f7bd922d6f /core/pim/datebook2/datebook2.pro
parenta195865dfdb03b4c7c972acfc8cfd87743ab3e6f (diff)
downloadopie-041eda0d7482d60cd67731b81fd36104fcd3120f.zip
opie-041eda0d7482d60cd67731b81fd36104fcd3120f.tar.gz
opie-041eda0d7482d60cd67731b81fd36104fcd3120f.tar.bz2
Implement some of the new framework
Diffstat (limited to 'core/pim/datebook2/datebook2.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook2/datebook2.pro19
1 files changed, 17 insertions, 2 deletions
diff --git a/core/pim/datebook2/datebook2.pro b/core/pim/datebook2/datebook2.pro
index 9d6ef4c..2ad906e 100644
--- a/core/pim/datebook2/datebook2.pro
+++ b/core/pim/datebook2/datebook2.pro
@@ -1,9 +1,24 @@
TEMPLATE = app
CONFIG += qt warn_on release
DESTDIR = $(OPIEDIR)/bin
-HEADERS = mainwindow.h
+HEADERS = mainwindow.h \
+ bookmanager.h \
+ locationmanager.h \
+ show.h \
+ view.h \
+ descriptionmanager.h \
+ stringmanager.h \
+ editor.h \
+ managertemplate.h \
+ templatemanager.h
+
SOURCES = main.cpp \
- mainwindow.cpp
+ mainwindow.cpp \
+ bookmanager.cpp \
+ stringmanager.cpp \
+ templatemanager.cpp \
+ show.cpp \
+ view.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include