summaryrefslogtreecommitdiff
path: root/core
authormickeyl <mickeyl>2004-03-29 13:13:20 (UTC)
committer mickeyl <mickeyl>2004-03-29 13:13:20 (UTC)
commit0f9454663cd39f2abfa50cfb0a58ad72472d55bd (patch) (side-by-side diff)
treea084b4b1293d62acbb35941fa8208053b99bdf9c /core
parent4dfe9da28e1052d9df376c36a3c905ab7d64a1ac (diff)
downloadopie-0f9454663cd39f2abfa50cfb0a58ad72472d55bd.zip
opie-0f9454663cd39f2abfa50cfb0a58ad72472d55bd.tar.gz
opie-0f9454663cd39f2abfa50cfb0a58ad72472d55bd.tar.bz2
fix dependencies
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/oapp/config.in2
-rw-r--r--core/apps/oapp/oapp.pro5
-rw-r--r--core/pim/today/plugins/todolist/config.in2
-rw-r--r--core/pim/today/plugins/todolist/opie-today-todolistplugin.control2
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 @@
config OAPP
boolean "oapp"
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
@@ -4,7 +4,7 @@ CONFIG = qt warn_on
TARGET = oapp
VERSION = 1.0.0
-LIBS += -lqpe -lopie
+LIBS += -lqpe
HEADERS = \
oappplugin.h \
oappinterface.h
@@ -14,8 +14,5 @@ SOURCES = \
DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include .
-MOC_DIR = .build
-OBJECTS_DIR = .build
-UI_DIR = .build
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 @@
config TODAY_TODOLIST
boolean "todolist"
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
@@ -4,7 +4,7 @@ Priority: optional
Section: opie/plugins
Maintainer: Maximilian Reiss <harlekin@handhelds.org>
Architecture: arm
-Depends: libqte2, opie-today
+Depends: libopiecore2, libopieui2, libopiepim2, opie-today
Description: Todo list plugin for Today
Displays todo list items.
Version: $QPE_VERSION$EXTRAVERSION