author | zecke <zecke> | 2002-10-08 13:37:59 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-08 13:37:59 (UTC) |
commit | b8e6fd1fe79d3bad4f9447492987cd759fb249de (patch) (side-by-side diff) | |
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 @@ -16,40 +16,40 @@ HEADERS = smalltodo.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 +LIBS += -lqpe -lopie 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 |