-rw-r--r-- | core/pim/datebook/datebook.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 1db3e3a..2edbf99 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -34,12 +34,13 @@ SOURCES = main.cpp \ | |||
34 | INTERFACES= dateentry.ui \ | 34 | INTERFACES= dateentry.ui \ |
35 | datebookdayheader.ui \ | 35 | datebookdayheader.ui \ |
36 | datebookweekheader.ui \ | 36 | datebookweekheader.ui \ |
37 | datebookweeklstheader.ui \ | 37 | datebookweeklstheader.ui \ |
38 | datebookweeklstdayhdr.ui \ | 38 | datebookweeklstdayhdr.ui \ |
39 | repeatentrybase.ui \ | 39 | repeatentrybase.ui \ |
40 | datebooksettingsbase.ui \ | ||
40 | noteentry.ui | 41 | noteentry.ui |
41 | 42 | ||
42 | INCLUDEPATH += $(OPIEDIR)/include | 43 | INCLUDEPATH += $(OPIEDIR)/include |
43 | DEPENDPATH+= $(OPIEDIR)/include | 44 | DEPENDPATH+= $(OPIEDIR)/include |
44 | LIBS += -lqpe -lopie | 45 | LIBS += -lqpe -lopie |
45 | 46 | ||