author | mickeyl <mickeyl> | 2004-05-19 14:09:10 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-19 14:09:10 (UTC) |
commit | 420ff47802ca39867e9f16b4d6c38be27f2e7c14 (patch) (side-by-side diff) | |
tree | 82cc60106a7e22cb9f0f6a0dff82dfcb03bfd98b | |
parent | 596622d8eedaa892ca3b6f3d62bf8fa8d72a7d0e (diff) | |
download | opie-420ff47802ca39867e9f16b4d6c38be27f2e7c14.zip opie-420ff47802ca39867e9f16b4d6c38be27f2e7c14.tar.gz opie-420ff47802ca39867e9f16b4d6c38be27f2e7c14.tar.bz2 |
resolve OE build conflict re. appname/directory
-rw-r--r-- | noncore/todayplugins/stockticker/stockticker/stockticker.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro index 61cf27b..8c2e9df 100644 --- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro @@ -1,12 +1,12 @@ TEMPLATE = app CONFIG = qt warn_on HEADERS = inputDialog.h helpwindow.h SOURCES = inputDialog.cpp helpwindow.cpp main.cpp INTERFACES = -TARGET = stockticker +TARGET = stocktickertest INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS+= -lqpe -lopiecore2 DESTDIR = $(OPIEDIR)/bin include ( $(OPIEDIR)/include.pro ) |