summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-02-15 17:20:46 (UTC)
committer kergoth <kergoth>2002-02-15 17:20:46 (UTC)
commit7ce9289103dc8594b7bd797be73a80bdfdf9ca35 (patch) (unidiff)
tree2e2c39ecdcd49acea1e7cbafb968cef4f4e6fff3
parentd495332aa28f24717f527bf4d58738e603ce8eda (diff)
downloadopie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.zip
opie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.tar.gz
opie-7ce9289103dc8594b7bd797be73a80bdfdf9ca35.tar.bz2
fixed QPEDIR->OPIEDIR and DESTDIR.
Diffstat (more/less context) (show 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
@@ -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
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10 TARGET = today 10 TARGET = today
11 DESTDIR = $(OPIEDIR)/bin