summaryrefslogtreecommitdiff
authorgroucho <groucho>2003-05-12 06:10:29 (UTC)
committer groucho <groucho>2003-05-12 06:10:29 (UTC)
commitbc87629a1a871888e010f885ee40b2c3d6283ab4 (patch) (unidiff)
treeca94787f4cd3877cfd45bcfe7eb83f84941f4c83
parent6eb4bd2c93df7ec6a56f099433438ba0f62b6796 (diff)
downloadopie-bc87629a1a871888e010f885ee40b2c3d6283ab4.zip
opie-bc87629a1a871888e010f885ee40b2c3d6283ab4.tar.gz
opie-bc87629a1a871888e010f885ee40b2c3d6283ab4.tar.bz2
oops, reverted change, only wanted to fix a typo
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/osearch.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/pim/osearch/osearch.pro b/core/pim/osearch/osearch.pro
index df2ca19..d5dcda2 100644
--- a/core/pim/osearch/osearch.pro
+++ b/core/pim/osearch/osearch.pro
@@ -1,42 +1,39 @@
1DEPENDPATH += $(OPIEDIR)/ioclude 1DEPENDPATH += $(OPIEDIR)/include
2LIBS += -lqpe -lopie 2LIBS += -lqpe -lopie
3INTERFACES = 3INTERFACES =
4include ( $(OPIEDIR)/include.pro )
5TEMPLATE = app 4TEMPLATE = app
6CONFIG += debug warn_on qt 5CONFIG += debug warn_on qt
7DESTDIR = $(OPIEDIR)/bin 6DESTDIR = $(OPIEDIR)/bin
8TARGET = osearch 7TARGET = osearch
9INCLUDEPATH = $(OPIEDIR)/include 8INCLUDEPATH = $(OPIEDIR)/include
10SOURCES += main.cpp \ 9SOURCES += main.cpp \
11 mainwindow.cpp \ 10 mainwindow.cpp \
12 olistview.cpp \ 11 olistview.cpp \
13 olistviewitem.cpp \ 12 olistviewitem.cpp \
14 adresssearch.cpp \ 13 adresssearch.cpp \
15 todosearch.cpp \ 14 todosearch.cpp \
16 datebooksearch.cpp \ 15 datebooksearch.cpp \
17 searchgroup.cpp \ 16 searchgroup.cpp \
18 resultitem.cpp \ 17 resultitem.cpp \
19 todoitem.cpp \ 18 todoitem.cpp \
20 contactitem.cpp \ 19 contactitem.cpp \
21 eventitem.cpp \ 20 eventitem.cpp \
22 applnksearch.cpp \ 21 applnksearch.cpp \
23 applnkitem.cpp \ 22 applnkitem.cpp \
24 doclnkitem.cpp \ 23 doclnkitem.cpp \
25 doclnksearch.cpp 24 doclnksearch.cpp
26HEADERS += mainwindow.h \ 25HEADERS += mainwindow.h \
27 olistview.h \ 26 olistview.h \
28 olistviewitem.h \ 27 olistviewitem.h \
29 adresssearch.h \ 28 adresssearch.h \
30 todosearch.h \ 29 todosearch.h \
31 datebooksearch.h \ 30 datebooksearch.h \
32 searchgroup.h \ 31 searchgroup.h \
33 resultitem.h \ 32 resultitem.h \
34 todoitem.h \ 33 todoitem.h \
35 contactitem.h \ 34 contactitem.h \
36 eventitem.h \ 35 eventitem.h \
37 applnksearch.h \ 36 applnksearch.h \
38 applnkitem.h \ 37 applnkitem.h \
39 doclnkitem.h \ 38 doclnkitem.h \
40 doclnksearch.h 39 doclnksearch.h
41
42include ( $(OPIEDIR)/include.pro )