summaryrefslogtreecommitdiff
authorzecke <zecke>2004-09-12 20:37:56 (UTC)
committer zecke <zecke>2004-09-12 20:37:56 (UTC)
commit40440f2652c582c108a5236d8b5398dbd6b68b18 (patch) (unidiff)
treecbec80fb1c30bfa297da8cb8254a810000b8fe1d
parentb52e2e46ec535a5307276b8fdf1e578aa5d29283 (diff)
downloadopie-40440f2652c582c108a5236d8b5398dbd6b68b18.zip
opie-40440f2652c582c108a5236d8b5398dbd6b68b18.tar.gz
opie-40440f2652c582c108a5236d8b5398dbd6b68b18.tar.bz2
Fix dependency of the plugin. It needs OTicker and OTicker
was moved to libqtaux
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro
index 6dcf945..dd1980a 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro
+++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro
@@ -10,19 +10,19 @@ SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidge
10 ../libstocks/csv.c \ 10 ../libstocks/csv.c \
11 ../libstocks/currency.c \ 11 ../libstocks/currency.c \
12 ../libstocks/history.c \ 12 ../libstocks/history.c \
13 ../libstocks/http.c \ 13 ../libstocks/http.c \
14 ../libstocks/lists.c \ 14 ../libstocks/lists.c \
15 ../libstocks/stocks.c 15 ../libstocks/stocks.c
16 16
17INCLUDEPATH += $(OPIEDIR)/include \ 17INCLUDEPATH += $(OPIEDIR)/include \
18 ../ ../library 18 ../ ../library
19DEPENDPATH += $(OPIEDIR)/include \ 19DEPENDPATH += $(OPIEDIR)/include \
20 ../ ../library 20 ../ ../library
21 21
22LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lpthread 22LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lqtaux2 -lpthread
23DEFINES += __UNIX__ 23DEFINES += __UNIX__
24 24
25DESTDIR = $(OPIEDIR)/plugins/today 25DESTDIR = $(OPIEDIR)/plugins/today
26TARGET = todaystocktickerplugin 26TARGET = todaystocktickerplugin
27 27
28include ( $(OPIEDIR)/include.pro ) 28include ( $(OPIEDIR)/include.pro )