-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 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin | 2 | CONFIG += qt plugin |
3 | 3 | ||
4 | HEADERS = stocktickerplugin.h stocktickerpluginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ | 4 | HEADERS = stocktickerplugin.h stocktickerpluginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ |
5 | ../libstocks/csv.h \ | 5 | ../libstocks/csv.h \ |
6 | ../libstocks/http.h \ | 6 | ../libstocks/http.h \ |
7 | ../libstocks/lists.h \ | 7 | ../libstocks/lists.h \ |
8 | ../libstocks/stocks.h | 8 | ../libstocks/stocks.h |
9 | SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ | 9 | SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ |
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 | ||
17 | INCLUDEPATH += $(OPIEDIR)/include \ | 17 | INCLUDEPATH += $(OPIEDIR)/include \ |
18 | ../ ../library | 18 | ../ ../library |
19 | DEPENDPATH += $(OPIEDIR)/include \ | 19 | DEPENDPATH += $(OPIEDIR)/include \ |
20 | ../ ../library | 20 | ../ ../library |
21 | 21 | ||
22 | LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lpthread | 22 | LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lqtaux2 -lpthread |
23 | DEFINES += __UNIX__ | 23 | DEFINES += __UNIX__ |
24 | 24 | ||
25 | DESTDIR = $(OPIEDIR)/plugins/today | 25 | DESTDIR = $(OPIEDIR)/plugins/today |
26 | TARGET = todaystocktickerplugin | 26 | TARGET = todaystocktickerplugin |
27 | 27 | ||
28 | include ( $(OPIEDIR)/include.pro ) | 28 | include ( $(OPIEDIR)/include.pro ) |