summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-02-15 17:20:46 (UTC)
committer kergoth <kergoth>2002-02-15 17:20:46 (UTC)
commit7ce9289103dc8594b7bd797be73a80bdfdf9ca35 (patch) (side-by-side diff)
tree2e2c39ecdcd49acea1e7cbafb968cef4f4e6fff3
parentd495332aa28f24717f527bf4d58738e603ce8eda (diff)
downloadopie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.zip
opie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.tar.gz
opie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.tar.bz2
fixed QPEDIR->OPIEDIR and DESTDIR.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.pro5
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
@@ -3,8 +3,9 @@ TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = today.h TodoItem.h minidom.h todaybase.h todayconfig.h
SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp minidom.c TodoItem.cpp
-INCLUDEPATH += $(QPEDIR)/include
-DEPENDPATH += $(QPEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES =
TARGET = today
+DESTDIR = $(OPIEDIR)/bin