author | mickeyl <mickeyl> | 2004-03-29 13:13:20 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-29 13:13:20 (UTC) |
commit | 0f9454663cd39f2abfa50cfb0a58ad72472d55bd (patch) (unidiff) | |
tree | a084b4b1293d62acbb35941fa8208053b99bdf9c | |
parent | 4dfe9da28e1052d9df376c36a3c905ab7d64a1ac (diff) | |
download | opie-0f9454663cd39f2abfa50cfb0a58ad72472d55bd.zip opie-0f9454663cd39f2abfa50cfb0a58ad72472d55bd.tar.gz opie-0f9454663cd39f2abfa50cfb0a58ad72472d55bd.tar.bz2 |
fix dependencies
-rw-r--r-- | core/apps/oapp/config.in | 2 | ||||
-rw-r--r-- | core/apps/oapp/oapp.pro | 5 | ||||
-rw-r--r-- | core/pim/today/plugins/todolist/config.in | 2 | ||||
-rw-r--r-- | core/pim/today/plugins/todolist/opie-today-todolistplugin.control | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/core/apps/oapp/config.in b/core/apps/oapp/config.in index a40149d..9f3ea10 100644 --- a/core/apps/oapp/config.in +++ b/core/apps/oapp/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OAPP | 1 | config OAPP |
2 | boolean "oapp" | 2 | boolean "oapp" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && EXPERIMENTAL |
diff --git a/core/apps/oapp/oapp.pro b/core/apps/oapp/oapp.pro index 9cc2c42..b715c0e 100644 --- a/core/apps/oapp/oapp.pro +++ b/core/apps/oapp/oapp.pro | |||
@@ -1,21 +1,18 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | 3 | ||
4 | TARGET = oapp | 4 | TARGET = oapp |
5 | VERSION = 1.0.0 | 5 | VERSION = 1.0.0 |
6 | 6 | ||
7 | LIBS += -lqpe -lopie | 7 | LIBS += -lqpe |
8 | HEADERS = \ | 8 | HEADERS = \ |
9 | oappplugin.h \ | 9 | oappplugin.h \ |
10 | oappinterface.h | 10 | oappinterface.h |
11 | SOURCES = \ | 11 | SOURCES = \ |
12 | oappplugin.cpp | 12 | oappplugin.cpp |
13 | 13 | ||
14 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 14 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | INCLUDEPATH+= $(OPIEDIR)/include |
16 | DEPENDPATH+= $(OPIEDIR)/include . | 16 | DEPENDPATH+= $(OPIEDIR)/include . |
17 | MOC_DIR = .build | ||
18 | OBJECTS_DIR= .build | ||
19 | UI_DIR = .build | ||
20 | 17 | ||
21 | include ( $(OPIEDIR)/include.pro ) | 18 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/todolist/config.in b/core/pim/today/plugins/todolist/config.in index 48ba226..2a61045 100644 --- a/core/pim/today/plugins/todolist/config.in +++ b/core/pim/today/plugins/todolist/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config TODAY_TODOLIST | 1 | config TODAY_TODOLIST |
2 | boolean "todolist" | 2 | boolean "todolist" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2UI && LIBOPIE2PIM |
diff --git a/core/pim/today/plugins/todolist/opie-today-todolistplugin.control b/core/pim/today/plugins/todolist/opie-today-todolistplugin.control index 001e91c..f47f915 100644 --- a/core/pim/today/plugins/todolist/opie-today-todolistplugin.control +++ b/core/pim/today/plugins/todolist/opie-today-todolistplugin.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Package: opie-today-todolistplugin | 1 | Package: opie-today-todolistplugin |
2 | Files: plugins/today/libtodaytodolistplugin.so* | 2 | Files: plugins/today/libtodaytodolistplugin.so* |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/plugins | 4 | Section: opie/plugins |
5 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> | 5 | Maintainer: Maximilian Reiss <harlekin@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: libqte2, opie-today | 7 | Depends: libopiecore2, libopieui2, libopiepim2, opie-today |
8 | Description: Todo list plugin for Today | 8 | Description: Todo list plugin for Today |
9 | Displays todo list items. | 9 | Displays todo list items. |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $QPE_VERSION$EXTRAVERSION |