author | alwin <alwin> | 2004-02-25 22:53:14 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-25 22:53:14 (UTC) |
commit | 23a110983c87b38e6237f2380946ab6c7949ac72 (patch) (unidiff) | |
tree | ac803673cf85606de275085d4a30de12db4452cd | |
parent | ad8cbdb693ecccd2a67a8294014360b70ad4253a (diff) | |
download | opie-23a110983c87b38e6237f2380946ab6c7949ac72.zip opie-23a110983c87b38e6237f2380946ab6c7949ac72.tar.gz opie-23a110983c87b38e6237f2380946ab6c7949ac72.tar.bz2 |
must link against libopiedb2
-rw-r--r-- | core/pim/todo/opie-todo.control | 2 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/todo/opie-todo.control b/core/pim/todo/opie-todo.control index 3a65c04..47c2b67 100644 --- a/core/pim/todo/opie-todo.control +++ b/core/pim/todo/opie-todo.control | |||
@@ -4,7 +4,7 @@ Priority: optional | |||
4 | Section: opie/pim | 4 | Section: opie/pim |
5 | Maintainer: Holger 'zecke' Freyther <zecke@handhelds.org> | 5 | Maintainer: Holger 'zecke' Freyther <zecke@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal, libopiecore2, libopieui2, libopiepim2, opie-pics | 7 | Depends: task-opie-minimal, libopiecore2, libopieui2, libopiepim2, opie-pics, libopiedb2 |
8 | Description: Todo list manager | 8 | Description: Todo list manager |
9 | A Todo list manager for the Opie environment. | 9 | A Todo list manager for the Opie environment. |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $QPE_VERSION$EXTRAVERSION |
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 9267082..0a0df91 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -44,6 +44,6 @@ SOURCES = smalltodo.cpp \ | |||
44 | TARGET = todolist | 44 | TARGET = todolist |
45 | INCLUDEPATH += $(OPIEDIR)/include | 45 | INCLUDEPATH += $(OPIEDIR)/include |
46 | DEPENDPATH+= $(OPIEDIR)/include | 46 | DEPENDPATH+= $(OPIEDIR)/include |
47 | LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 | 47 | LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lopiedb2 |
48 | 48 | ||
49 | include ( $(OPIEDIR)/include.pro ) | 49 | include ( $(OPIEDIR)/include.pro ) |