author | zecke <zecke> | 2002-10-08 13:37:59 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-08 13:37:59 (UTC) |
commit | b8e6fd1fe79d3bad4f9447492987cd759fb249de (patch) (unidiff) | |
tree | 5f9bc37fe5d8f815b2d1871b16b505acdae34ee7 | |
parent | 857911a768517fae5bec0a96a06f0f97fb01944b (diff) | |
download | opie-b8e6fd1fe79d3bad4f9447492987cd759fb249de.zip opie-b8e6fd1fe79d3bad4f9447492987cd759fb249de.tar.gz opie-b8e6fd1fe79d3bad4f9447492987cd759fb249de.tar.bz2 |
remove -lopiesql
-rw-r--r-- | core/pim/todo/todo.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 5108951..3ff78f5 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -1,55 +1,55 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | 4 | ||
5 | HEADERS= smalltodo.h \ | 5 | HEADERS= smalltodo.h \ |
6 | todomanager.h \ | 6 | todomanager.h \ |
7 | mainwindow.h \ | 7 | mainwindow.h \ |
8 | todoview.h \ | 8 | todoview.h \ |
9 | todoentryimpl.h \ | 9 | todoentryimpl.h \ |
10 | tableview.h \ | 10 | tableview.h \ |
11 | tableitems.h \ | 11 | tableitems.h \ |
12 | todotemplatemanager.h \ | 12 | todotemplatemanager.h \ |
13 | todoeditor.h \ | 13 | todoeditor.h \ |
14 | todoshow.h \ | 14 | todoshow.h \ |
15 | textviewshow.h \ | 15 | textviewshow.h \ |
16 | templateeditor.h \ | 16 | templateeditor.h \ |
17 | templatedialog.h \ | 17 | templatedialog.h \ |
18 | templatedialogimpl.h | 18 | templatedialogimpl.h |
19 | 19 | ||
20 | SOURCES= smalltodo.cpp \ | 20 | SOURCES= smalltodo.cpp \ |
21 | todomanager.cpp \ | 21 | todomanager.cpp \ |
22 | mainwindow.cpp \ | 22 | mainwindow.cpp \ |
23 | main.cpp \ | 23 | main.cpp \ |
24 | todoentryimpl.cpp \ | 24 | todoentryimpl.cpp \ |
25 | tableview.cpp \ | 25 | tableview.cpp \ |
26 | tableitems.cpp \ | 26 | tableitems.cpp \ |
27 | todoview.cpp \ | 27 | todoview.cpp \ |
28 | todotemplatemanager.cpp \ | 28 | todotemplatemanager.cpp \ |
29 | todoeditor.cpp \ | 29 | todoeditor.cpp \ |
30 | todoshow.cpp \ | 30 | todoshow.cpp \ |
31 | textviewshow.cpp \ | 31 | textviewshow.cpp \ |
32 | templateeditor.cpp \ | 32 | templateeditor.cpp \ |
33 | templatedialog.cpp \ | 33 | templatedialog.cpp \ |
34 | templatedialogimpl.cpp | 34 | templatedialogimpl.cpp |
35 | 35 | ||
36 | INTERFACES= todoentry.ui | 36 | INTERFACES= todoentry.ui |
37 | TARGET = todolist | 37 | TARGET = todolist |
38 | INCLUDEPATH += $(OPIEDIR)/include | 38 | INCLUDEPATH += $(OPIEDIR)/include |
39 | DEPENDPATH+= $(OPIEDIR)/include | 39 | DEPENDPATH+= $(OPIEDIR)/include |
40 | LIBS += -lqpe -lopie -lopiesql | 40 | LIBS += -lqpe -lopie |
41 | 41 | ||
42 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ | 42 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ |
43 | ../../../i18n/en/todolist.ts \ | 43 | ../../../i18n/en/todolist.ts \ |
44 | ../../../i18n/es/todolist.ts \ | 44 | ../../../i18n/es/todolist.ts \ |
45 | ../../../i18n/fr/todolist.ts \ | 45 | ../../../i18n/fr/todolist.ts \ |
46 | ../../../i18n/hu/todolist.ts \ | 46 | ../../../i18n/hu/todolist.ts \ |
47 | ../../../i18n/ja/todolist.ts \ | 47 | ../../../i18n/ja/todolist.ts \ |
48 | ../../../i18n/ko/todolist.ts \ | 48 | ../../../i18n/ko/todolist.ts \ |
49 | ../../../i18n/no/todolist.ts \ | 49 | ../../../i18n/no/todolist.ts \ |
50 | ../../../i18n/pl/todolist.ts \ | 50 | ../../../i18n/pl/todolist.ts \ |
51 | ../../../i18n/pt/todolist.ts \ | 51 | ../../../i18n/pt/todolist.ts \ |
52 | ../../../i18n/pt_BR/todolist.ts \ | 52 | ../../../i18n/pt_BR/todolist.ts \ |
53 | ../../../i18n/sl/todolist.ts \ | 53 | ../../../i18n/sl/todolist.ts \ |
54 | ../../../i18n/zh_CN/todolist.ts \ | 54 | ../../../i18n/zh_CN/todolist.ts \ |
55 | ../../../i18n/zh_TW/todolist.ts | 55 | ../../../i18n/zh_TW/todolist.ts |