-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 @@ -3,2 +3,2 @@ default "n" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + 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 @@ -6,3 +6,3 @@ VERSION = 1.0.0 -LIBS += -lqpe -lopie +LIBS += -lqpe HEADERS = \ @@ -16,5 +16,2 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include . -MOC_DIR = .build -OBJECTS_DIR = .build -UI_DIR = .build 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 @@ -3,2 +3,2 @@ default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + 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 @@ -6,3 +6,3 @@ Maintainer: Maximilian Reiss <harlekin@handhelds.org> Architecture: arm -Depends: libqte2, opie-today +Depends: libopiecore2, libopieui2, libopiepim2, opie-today Description: Todo list plugin for Today |