summaryrefslogtreecommitdiff
path: root/core/pim/todo/todo.pro
Unidiff
Diffstat (limited to 'core/pim/todo/todo.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todo.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index d432e78..8f21416 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -6,7 +6,6 @@ HEADERS = smalltodo.h \
6 todomanager.h \ 6 todomanager.h \
7 mainwindow.h \ 7 mainwindow.h \
8 todoview.h \ 8 todoview.h \
9 todoentryimpl.h \
10 tableview.h \ 9 tableview.h \
11 tableitems.h \ 10 tableitems.h \
12 todotemplatemanager.h \ 11 todotemplatemanager.h \
@@ -17,13 +16,14 @@ HEADERS = smalltodo.h \
17 templatedialog.h \ 16 templatedialog.h \
18 templatedialogimpl.h \ 17 templatedialogimpl.h \
19 quickedit.h \ 18 quickedit.h \
20 quickeditimpl.h 19 quickeditimpl.h \
20 otaskeditor.h \
21 taskeditoroverviewimpl.h
21 22
22 SOURCES= smalltodo.cpp \ 23 SOURCES= smalltodo.cpp \
23 todomanager.cpp \ 24 todomanager.cpp \
24 mainwindow.cpp \ 25 mainwindow.cpp \
25 main.cpp \ 26 main.cpp \
26 todoentryimpl.cpp \
27 tableview.cpp \ 27 tableview.cpp \
28 tableitems.cpp \ 28 tableitems.cpp \
29 todoview.cpp \ 29 todoview.cpp \
@@ -35,9 +35,11 @@ SOURCES = smalltodo.cpp \
35 templatedialog.cpp \ 35 templatedialog.cpp \
36 templatedialogimpl.cpp \ 36 templatedialogimpl.cpp \
37 quickeditimpl.cpp \ 37 quickeditimpl.cpp \
38 quickedit.cpp 38 quickedit.cpp \
39 otaskeditor.cpp \
40 taskeditoroverviewimpl.cpp
39 41
40 INTERFACES= todoentry.ui 42 INTERFACES= taskeditoradvanced.ui taskeditoralarms.ui taskeditoroverview.ui
41 TARGET = todolist 43 TARGET = todolist
42INCLUDEPATH += $(OPIEDIR)/include 44INCLUDEPATH += $(OPIEDIR)/include
43 DEPENDPATH+= $(OPIEDIR)/include 45 DEPENDPATH+= $(OPIEDIR)/include