summaryrefslogtreecommitdiff
path: root/core/pim/todo/todo.pro
blob: 2911743b1d45d1885377b223f0ab9cbfa19de36d (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
TEMPLATE	= app
CONFIG		= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin

HEADERS	= smalltodo.h \
          todomanager.h \
	  mainwindow.h \
	  todoview.h \
	  tableview.h \
	  tableitems.h \
	  todotemplatemanager.h \
	  todoeditor.h \
	  todoshow.h \
	  textviewshow.h \
	  templateeditor.h \
	  templatedialog.h \
	  templatedialogimpl.h \
	  quickedit.h \
	  quickeditimpl.h \
          otaskeditor.h \
          taskeditoroverviewimpl.h \
	  taskeditoradvancedimpl.h 

SOURCES	= smalltodo.cpp \
          todomanager.cpp \
	  mainwindow.cpp \
	  main.cpp \
	  tableview.cpp \
	  tableitems.cpp \
	  todoview.cpp \
	  todotemplatemanager.cpp \
	  todoeditor.cpp   \
	  todoshow.cpp \
	  textviewshow.cpp \
	  templateeditor.cpp \
	  templatedialog.cpp  \
	  templatedialogimpl.cpp \
	  quickeditimpl.cpp \
	  quickedit.cpp \
          otaskeditor.cpp \
          taskeditoroverviewimpl.cpp \
	  taskeditoradvancedimpl.cpp

INTERFACES	= taskeditoradvanced.ui taskeditoralarms.ui taskeditoroverview.ui
TARGET		= todolist
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopie 

TRANSLATIONS = ../../../i18n/de/todolist.ts \
	 ../../../i18n/da/todolist.ts \
	 ../../../i18n/xx/todolist.ts \
	 ../../../i18n/en/todolist.ts \
	 ../../../i18n/es/todolist.ts \
	 ../../../i18n/fr/todolist.ts \
	 ../../../i18n/hu/todolist.ts \
	 ../../../i18n/ja/todolist.ts \
	 ../../../i18n/ko/todolist.ts \
	 ../../../i18n/no/todolist.ts \
	 ../../../i18n/pl/todolist.ts \
	 ../../../i18n/pt/todolist.ts \
	 ../../../i18n/pt_BR/todolist.ts \
	 ../../../i18n/sl/todolist.ts \
	 ../../../i18n/zh_CN/todolist.ts \
	 ../../../i18n/zh_TW/todolist.ts