summaryrefslogtreecommitdiff
path: root/core/pim/todo/todo.pro
authormickeyl <mickeyl>2004-12-24 12:58:59 (UTC)
committer mickeyl <mickeyl>2004-12-24 12:58:59 (UTC)
commitdc57cb439c6c9256f76f78a487942a4d1b2a2e27 (patch) (side-by-side diff)
treef2b1dc69283c3de30930a650c87be834e04998c9 /core/pim/todo/todo.pro
parent3236db49b0718764bcfe211442354202725a6ff6 (diff)
downloadopie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.zip
opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.tar.gz
opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.tar.bz2
qmake 1.08a has more rigid syntax checking and chokes on our .pro files
Diffstat (limited to 'core/pim/todo/todo.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todo.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index eea5db7..aae0a95 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -1,49 +1,55 @@
#TEMPLATE = app
CONFIG = qt warn_on quick-app
#DESTDIR = $(OPIEDIR)/bin
HEADERS = smalltodo.h \
todomanager.h \
mainwindow.h \
todoview.h \
tableview.h \
todotemplatemanager.h \
todoeditor.h \
todoshow.h \
textviewshow.h \
templateeditor.h \
templatedialog.h \
templatedialogimpl.h \
quickedit.h \
quickeditimpl.h \
otaskeditor.h \
taskeditoroverview.h \
taskeditorstatus.h \
taskeditoralarms.h
SOURCES = smalltodo.cpp \
todomanager.cpp \
mainwindow.cpp \
# main.cpp \
tableview.cpp \
todoview.cpp \
todotemplatemanager.cpp \
todoeditor.cpp \
todoshow.cpp \
textviewshow.cpp \
templateeditor.cpp \
templatedialog.cpp \
templatedialogimpl.cpp \
quickeditimpl.cpp \
quickedit.cpp \
otaskeditor.cpp \
taskeditoroverview.cpp \
taskeditorstatus.cpp \
taskeditoralarms.cpp
TARGET = todolist
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2
-include ( $(OPIEDIR)/include.pro )
+include(
+
+
+
+
+
+ $(OPIEDIR)/include.pro )