-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 |