author | tille <tille> | 2003-05-08 11:35:29 (UTC) |
---|---|---|
committer | tille <tille> | 2003-05-08 11:35:29 (UTC) |
commit | 9e08dd00a96ffb4141da9f4ce2df0b871b334691 (patch) (side-by-side diff) | |
tree | 1a37b573ae3f8390947d091c6bc5e9d776e5595c | |
parent | 215b9cbd3d1316887674b92268610c8f63a5caaf (diff) | |
download | opie-9e08dd00a96ffb4141da9f4ce2df0b871b334691.zip opie-9e08dd00a96ffb4141da9f4ce2df0b871b334691.tar.gz opie-9e08dd00a96ffb4141da9f4ce2df0b871b334691.tar.bz2 |
for kergoth, we wanted it... ;)
-rw-r--r-- | core/pim/osearch/osearch.pro | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/core/pim/osearch/osearch.pro b/core/pim/osearch/osearch.pro new file mode 100644 index 0000000..996eb53 --- a/dev/null +++ b/core/pim/osearch/osearch.pro @@ -0,0 +1,37 @@ +# File generated by kdevelop's qmake manager. +# ------------------------------------------- +# Subdir relative project main directory: . +# Target is an application: osearch + +DEPENDPATH += $(OPIEDIR)/ioclude +LIBS += -lqpe -lopie +INTERFACES = +include ( $(OPIEDIR)/include.pro ) +TEMPLATE = app +CONFIG += debug warn_on qt +DESTDIR = $(OPIEDIR)/bin +TARGET = osearch +INCLUDEPATH = $(OPIEDIR)/include +SOURCES += main.cpp \ + mainwindow.cpp \ + olistview.cpp \ + olistviewitem.cpp \ + adresssearch.cpp \ + todosearch.cpp \ + datebooksearch.cpp \ + searchgroup.cpp \ + resultitem.cpp \ + todoitem.cpp \ + contactitem.cpp \ + eventitem.cpp +HEADERS += mainwindow.h \ + olistview.h \ + olistviewitem.h \ + adresssearch.h \ + todosearch.h \ + datebooksearch.h \ + searchgroup.h \ + resultitem.h \ + todoitem.h \ + contactitem.h \ + eventitem.h |