summaryrefslogtreecommitdiff
path: root/core/pim/todo
authorzecke <zecke>2002-10-08 13:37:59 (UTC)
committer zecke <zecke>2002-10-08 13:37:59 (UTC)
commitb8e6fd1fe79d3bad4f9447492987cd759fb249de (patch) (unidiff)
tree5f9bc37fe5d8f815b2d1871b16b505acdae34ee7 /core/pim/todo
parent857911a768517fae5bec0a96a06f0f97fb01944b (diff)
downloadopie-b8e6fd1fe79d3bad4f9447492987cd759fb249de.zip
opie-b8e6fd1fe79d3bad4f9447492987cd759fb249de.tar.gz
opie-b8e6fd1fe79d3bad4f9447492987cd759fb249de.tar.bz2
remove -lopiesql
Diffstat (limited to 'core/pim/todo') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todo.pro2
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
@@ -37,7 +37,7 @@ INTERFACES = todoentry.ui
37 TARGET = todolist 37 TARGET = todolist
38INCLUDEPATH += $(OPIEDIR)/include 38INCLUDEPATH += $(OPIEDIR)/include
39 DEPENDPATH+= $(OPIEDIR)/include 39 DEPENDPATH+= $(OPIEDIR)/include
40LIBS += -lqpe -lopie -lopiesql 40LIBS += -lqpe -lopie
41 41
42TRANSLATIONS = ../../../i18n/de/todolist.ts \ 42TRANSLATIONS = ../../../i18n/de/todolist.ts \
43 ../../../i18n/en/todolist.ts \ 43 ../../../i18n/en/todolist.ts \