author | zecke <zecke> | 2004-09-12 20:37:56 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-09-12 20:37:56 (UTC) |
commit | 40440f2652c582c108a5236d8b5398dbd6b68b18 (patch) (side-by-side diff) | |
tree | cbec80fb1c30bfa297da8cb8254a810000b8fe1d | |
parent | b52e2e46ec535a5307276b8fdf1e578aa5d29283 (diff) | |
download | opie-40440f2652c582c108a5236d8b5398dbd6b68b18.zip opie-40440f2652c582c108a5236d8b5398dbd6b68b18.tar.gz opie-40440f2652c582c108a5236d8b5398dbd6b68b18.tar.bz2 |
Fix dependency of the plugin. It needs OTicker and OTicker
was moved to libqtaux
-rw-r--r-- | noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro | 2 |
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 @@ -1,28 +1,28 @@ TEMPLATE = lib CONFIG += qt plugin HEADERS = stocktickerplugin.h stocktickerpluginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ ../libstocks/csv.h \ ../libstocks/http.h \ ../libstocks/lists.h \ ../libstocks/stocks.h SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ ../libstocks/csv.c \ ../libstocks/currency.c \ ../libstocks/history.c \ ../libstocks/http.c \ ../libstocks/lists.c \ ../libstocks/stocks.c INCLUDEPATH += $(OPIEDIR)/include \ ../ ../library DEPENDPATH += $(OPIEDIR)/include \ ../ ../library -LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lpthread +LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lqtaux2 -lpthread DEFINES += __UNIX__ DESTDIR = $(OPIEDIR)/plugins/today TARGET = todaystocktickerplugin include ( $(OPIEDIR)/include.pro ) |