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.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
new file mode 100644
index 0000000..e28ea1c
--- a/dev/null
+++ b/core/pim/todo/todo.pro
@@ -0,0 +1,19 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on release
3 DESTDIR = $(QPEDIR)/bin
4 HEADERS= mainwindow.h \
5 todotable.h \
6 todoentryimpl.h
7 SOURCES= main.cpp \
8 mainwindow.cpp \
9 todotable.cpp \
10 todoentryimpl.cpp
11
12 INTERFACES= todoentry.ui
13
14 TARGET = todolist
15INCLUDEPATH += $(QPEDIR)/include
16 DEPENDPATH+= $(QPEDIR)/include
17LIBS += -lqpe
18
19TRANSLATIONS = ../i18n/de/todolist.ts