-rw-r--r-- | core/pim/osearch/osearch.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/osearch/osearch.pro b/core/pim/osearch/osearch.pro index f28b01e..df2ca19 100644 --- a/core/pim/osearch/osearch.pro +++ b/core/pim/osearch/osearch.pro | |||
@@ -1,40 +1,42 @@ | |||
1 | DEPENDPATH += $(OPIEDIR)/ioclude | 1 | DEPENDPATH += $(OPIEDIR)/ioclude |
2 | LIBS += -lqpe -lopie | 2 | LIBS += -lqpe -lopie |
3 | INTERFACES = | 3 | INTERFACES = |
4 | include ( $(OPIEDIR)/include.pro ) | 4 | include ( $(OPIEDIR)/include.pro ) |
5 | TEMPLATE = app | 5 | TEMPLATE = app |
6 | CONFIG += debug warn_on qt | 6 | CONFIG += debug warn_on qt |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | DESTDIR = $(OPIEDIR)/bin |
8 | TARGET = osearch | 8 | TARGET = osearch |
9 | INCLUDEPATH = $(OPIEDIR)/include | 9 | INCLUDEPATH = $(OPIEDIR)/include |
10 | SOURCES += main.cpp \ | 10 | SOURCES += main.cpp \ |
11 | mainwindow.cpp \ | 11 | mainwindow.cpp \ |
12 | olistview.cpp \ | 12 | olistview.cpp \ |
13 | olistviewitem.cpp \ | 13 | olistviewitem.cpp \ |
14 | adresssearch.cpp \ | 14 | adresssearch.cpp \ |
15 | todosearch.cpp \ | 15 | todosearch.cpp \ |
16 | datebooksearch.cpp \ | 16 | datebooksearch.cpp \ |
17 | searchgroup.cpp \ | 17 | searchgroup.cpp \ |
18 | resultitem.cpp \ | 18 | resultitem.cpp \ |
19 | todoitem.cpp \ | 19 | todoitem.cpp \ |
20 | contactitem.cpp \ | 20 | contactitem.cpp \ |
21 | eventitem.cpp \ | 21 | eventitem.cpp \ |
22 | applnksearch.cpp \ | 22 | applnksearch.cpp \ |
23 | applnkitem.cpp \ | 23 | applnkitem.cpp \ |
24 | doclnkitem.cpp \ | 24 | doclnkitem.cpp \ |
25 | doclnksearch.cpp | 25 | doclnksearch.cpp |
26 | HEADERS += mainwindow.h \ | 26 | HEADERS += mainwindow.h \ |
27 | olistview.h \ | 27 | olistview.h \ |
28 | olistviewitem.h \ | 28 | olistviewitem.h \ |
29 | adresssearch.h \ | 29 | adresssearch.h \ |
30 | todosearch.h \ | 30 | todosearch.h \ |
31 | datebooksearch.h \ | 31 | datebooksearch.h \ |
32 | searchgroup.h \ | 32 | searchgroup.h \ |
33 | resultitem.h \ | 33 | resultitem.h \ |
34 | todoitem.h \ | 34 | todoitem.h \ |
35 | contactitem.h \ | 35 | contactitem.h \ |
36 | eventitem.h \ | 36 | eventitem.h \ |
37 | applnksearch.h \ | 37 | applnksearch.h \ |
38 | applnkitem.h \ | 38 | applnkitem.h \ |
39 | doclnkitem.h \ | 39 | doclnkitem.h \ |
40 | doclnksearch.h | 40 | doclnksearch.h |
41 | |||
42 | include ( $(OPIEDIR)/include.pro ) | ||