summaryrefslogtreecommitdiff
path: root/core/pim/datebook2/datebook2.pro
Unidiff
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
@@ -3,5 +3,20 @@ CONFIG += qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS= mainwindow.h 4 HEADERS= mainwindow.h \
5 bookmanager.h \
6 locationmanager.h \
7 show.h \
8 view.h \
9 descriptionmanager.h \
10 stringmanager.h \
11 editor.h \
12 managertemplate.h \
13 templatemanager.h
14
5 SOURCES= main.cpp \ 15 SOURCES= main.cpp \
6 mainwindow.cpp 16 mainwindow.cpp \
17 bookmanager.cpp \
18 stringmanager.cpp \
19 templatemanager.cpp \
20 show.cpp \
21 view.cpp
7 22