author | kergoth <kergoth> | 2002-02-15 17:20:46 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-02-15 17:20:46 (UTC) |
commit | 7ce9289103dc8594b7bd797be73a80bdfdf9ca35 (patch) (unidiff) | |
tree | 2e2c39ecdcd49acea1e7cbafb968cef4f4e6fff3 | |
parent | d495332aa28f24717f527bf4d58738e603ce8eda (diff) | |
download | opie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.zip opie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.tar.gz opie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.tar.bz2 |
fixed QPEDIR->OPIEDIR and DESTDIR.
-rw-r--r-- | core/pim/today/today.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index d8efe5a..7d56e71 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -1,10 +1,11 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = today.h TodoItem.h minidom.h todaybase.h todayconfig.h | 4 | HEADERS = today.h TodoItem.h minidom.h todaybase.h todayconfig.h |
5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp minidom.c TodoItem.cpp | 5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp minidom.c TodoItem.cpp |
6 | INCLUDEPATH+= $(QPEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(QPEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = today | 10 | TARGET = today |
11 | DESTDIR = $(OPIEDIR)/bin | ||