From f11d4bda64b58abfebf77485d5d77143a10dc8c9 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 07 Oct 2002 11:39:30 +0000 Subject: Re add files for todo --- (limited to 'core/pim/todo/todo.pro') diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro new file mode 100644 index 0000000..5108951 --- a/dev/null +++ b/core/pim/todo/todo.pro @@ -0,0 +1,55 @@ +TEMPLATE = app +CONFIG = qt warn_on debug +DESTDIR = $(OPIEDIR)/bin + +HEADERS = smalltodo.h \ + todomanager.h \ + mainwindow.h \ + todoview.h \ + todoentryimpl.h \ + tableview.h \ + tableitems.h \ + todotemplatemanager.h \ + todoeditor.h \ + todoshow.h \ + textviewshow.h \ + templateeditor.h \ + templatedialog.h \ + templatedialogimpl.h + +SOURCES = smalltodo.cpp \ + todomanager.cpp \ + mainwindow.cpp \ + main.cpp \ + todoentryimpl.cpp \ + tableview.cpp \ + tableitems.cpp \ + todoview.cpp \ + todotemplatemanager.cpp \ + todoeditor.cpp \ + todoshow.cpp \ + textviewshow.cpp \ + templateeditor.cpp \ + templatedialog.cpp \ + templatedialogimpl.cpp + +INTERFACES = todoentry.ui +TARGET = todolist +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe -lopie -lopiesql + +TRANSLATIONS = ../../../i18n/de/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 -- cgit v0.9.0.2