-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 | |||
@@ -14,15 +14,15 @@ SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidge | |||
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 ) |