summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.pro
authordrw <drw>2004-04-02 21:00:39 (UTC)
committer drw <drw>2004-04-02 21:00:39 (UTC)
commit8b67cce78d89fdbb5c2a70f257aaef0e8162d767 (patch) (side-by-side diff)
tree1a897ca501a0ebadcec94af493ff11cb071a2b0a /core/pim/datebook/datebook.pro
parentb4d07df7854800fd3613034f54488c6fa27d94ee (diff)
downloadopie-8b67cce78d89fdbb5c2a70f257aaef0e8162d767.zip
opie-8b67cce78d89fdbb5c2a70f257aaef0e8162d767.tar.gz
opie-8b67cce78d89fdbb5c2a70f257aaef0e8162d767.tar.bz2
Use ODebug (another 43 down...)
Diffstat (limited to 'core/pim/datebook/datebook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebook.pro12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index bf9a2cc..a79c25c 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -1,6 +1,6 @@
CONFIG += qt warn_on quick-app
HEADERS = datebookday.h \
- datebook.h \
+ datebook.h \
dateentryimpl.h \
datebookdayheaderimpl.h \
datebooksettings.h \
@@ -11,7 +11,7 @@ HEADERS = datebookday.h \
noteentryimpl.h \
onoteedit.h \
datebookdayallday.h \
- namespace_hack.h
+ namespace_hack.h
SOURCES = main.cpp \
datebookday.cpp \
datebook.cpp \
@@ -24,18 +24,18 @@ SOURCES = main.cpp \
repeatentry.cpp \
noteentryimpl.cpp \
onoteedit.cpp \
- datebookdayallday.cpp
+ datebookdayallday.cpp
INTERFACES = dateentry.ui \
datebookdayheader.ui \
datebookweekheader.ui \
- datebookweeklstheader.ui \
- datebookweeklstdayhdr.ui \
+ datebookweeklstheader.ui \
+ datebookweeklstdayhdr.ui \
repeatentrybase.ui \
datebooksettingsbase.ui \
noteentry.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopieui2 -lopiecore2
+LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2
TARGET = datebook
include ( $(OPIEDIR)/include.pro )