From 5a08fd92ac139820e1a1202d0b4b67190f24ccdb Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 31 Oct 2002 00:09:31 +0000 Subject: added - initial check in --- (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro') diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro new file mode 100644 index 0000000..28ef072 --- a/dev/null +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro @@ -0,0 +1,27 @@ +TEMPLATE = lib +CONFIG -= moc +CONFIG += qt debug + +HEADERS = stocktickerplugin.h stocktickeruginimpl.h stocktickerpluginwidget.h ticker.h \ + ../libstocks/csv.h \ + ../libstocks/http.h \ + ../libstocks/lists.h \ + ../libstocks/stocks.h +SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp ticker.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 -lopie +TMAKE_CFLAGS += -D__UNIX__ + +DESTDIR = $(OPIEDIR)/plugins/today +TARGET = todaystocktickerplugin -- cgit v0.9.0.2