summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker
authormickeyl <mickeyl>2004-08-05 17:29:18 (UTC)
committer mickeyl <mickeyl>2004-08-05 17:29:18 (UTC)
commit9623c26c4f68496515a096bd2a85502ab15ca966 (patch) (side-by-side diff)
tree2ef17124c61a83a247b4ba31225526881f7b0ba6 /noncore/todayplugins/stockticker
parentde7547111c8ee5b2424a405ba9d4454d753f465e (diff)
downloadopie-9623c26c4f68496515a096bd2a85502ab15ca966.zip
opie-9623c26c4f68496515a096bd2a85502ab15ca966.tar.gz
opie-9623c26c4f68496515a096bd2a85502ab15ca966.tar.bz2
compensate for oticker moval
Diffstat (limited to 'noncore/todayplugins/stockticker') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stockticker/config.in2
-rw-r--r--noncore/todayplugins/stockticker/stockticker/stockticker.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/todayplugins/stockticker/stockticker/config.in b/noncore/todayplugins/stockticker/stockticker/config.in
index 1252b63..9d9efa4 100644
--- a/noncore/todayplugins/stockticker/stockticker/config.in
+++ b/noncore/todayplugins/stockticker/stockticker/config.in
@@ -2,4 +2,4 @@ config TODAY_STOCKTICKERSUB
boolean
depends TODAY_STOCKTICKERLIB
default "y" if TODAY_STOCKTICKER
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && TODAY
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBQTAUX TODAY
diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro
index 8c2e9df..1b49f0c 100644
--- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro
+++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro
@@ -6,7 +6,7 @@ INTERFACES =
TARGET = stocktickertest
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS+= -lqpe -lopiecore2
+LIBS+= -lqpe -lopiecore2 -lqtaux2
DESTDIR = $(OPIEDIR)/bin
include ( $(OPIEDIR)/include.pro )