summaryrefslogtreecommitdiff
path: root/core/pim/todo/todo.pro
blob: 1271d2df802ac39acd3c52a0d46defcda78731ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#TEMPLATE	= app
CONFIG		= qt warn_on  quick-app
#DESTDIR		= $(OPIEDIR)/bin

HEADERS	= smalltodo.h \
          todomanager.h \
	  mainwindow.h \
	  todoview.h \
	  tableview.h \
	  todotemplatemanager.h \
	  todoeditor.h \
	  todoshow.h \
	  textviewshow.h \
	  templateeditor.h \
	  templatedialog.h \
	  templatedialogimpl.h \
	  quickedit.h \
	  quickeditimpl.h \
	  otaskeditor.h \
	  taskeditoroverview.h \
	  taskeditorstatus.h \
	  taskeditoralarms.h

SOURCES	= smalltodo.cpp \
          todomanager.cpp \
	  mainwindow.cpp \
#	  main.cpp \
	  tableview.cpp \
	  todoview.cpp \
	  todotemplatemanager.cpp \
	  todoeditor.cpp   \
	  todoshow.cpp \
	  textviewshow.cpp \
	  templateeditor.cpp \
	  templatedialog.cpp  \
	  templatedialogimpl.cpp \
	  quickeditimpl.cpp \
	  quickedit.cpp \
	  otaskeditor.cpp \
	  taskeditoroverview.cpp \
	  taskeditorstatus.cpp \
	  taskeditoralarms.cpp

TARGET		= todolist
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lopiedb2

include ( $(OPIEDIR)/include.pro )