summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro
authorllornkcor <llornkcor>2002-10-31 00:09:31 (UTC)
committer llornkcor <llornkcor>2002-10-31 00:09:31 (UTC)
commit5a08fd92ac139820e1a1202d0b4b67190f24ccdb (patch) (unidiff)
treee9c0692cf445a886cd529b60f8e535922a7f5d4d /noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro
parentad396dd7b58fc772423f95be050f645fc7a6d9b9 (diff)
downloadopie-5a08fd92ac139820e1a1202d0b4b67190f24ccdb.zip
opie-5a08fd92ac139820e1a1202d0b4b67190f24ccdb.tar.gz
opie-5a08fd92ac139820e1a1202d0b4b67190f24ccdb.tar.bz2
added - initial check in
Diffstat (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro27
1 files changed, 27 insertions, 0 deletions
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 @@
1TEMPLATE = lib
2CONFIG -= moc
3CONFIG += qt debug
4
5HEADERS = stocktickerplugin.h stocktickeruginimpl.h stocktickerpluginwidget.h ticker.h \
6 ../libstocks/csv.h \
7 ../libstocks/http.h \
8 ../libstocks/lists.h \
9 ../libstocks/stocks.h
10SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp ticker.cpp \
11 ../libstocks/csv.c \
12 ../libstocks/currency.c \
13 ../libstocks/history.c \
14 ../libstocks/http.c \
15 ../libstocks/lists.c \
16 ../libstocks/stocks.c
17
18INCLUDEPATH += $(OPIEDIR)/include \
19 ../ ../library
20DEPENDPATH += $(OPIEDIR)/include \
21 ../ ../library
22
23LIBS+= -lqpe -lopie
24TMAKE_CFLAGS += -D__UNIX__
25
26DESTDIR = $(OPIEDIR)/plugins/today
27TARGET = todaystocktickerplugin