author | mickeyl <mickeyl> | 2004-05-19 14:09:10 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-19 14:09:10 (UTC) |
commit | 420ff47802ca39867e9f16b4d6c38be27f2e7c14 (patch) (unidiff) | |
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 | |||
@@ -2,9 +2,9 @@ TEMPLATE = app | |||
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | HEADERS = inputDialog.h helpwindow.h | 3 | HEADERS = inputDialog.h helpwindow.h |
4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp | 4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp |
5 | INTERFACES = | 5 | INTERFACES = |
6 | TARGET = stockticker | 6 | TARGET = stocktickertest |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS+= -lqpe -lopiecore2 | 9 | LIBS+= -lqpe -lopiecore2 |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |