-rw-r--r-- | core/pim/osearch/osearch.pro | 5 |
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,16 +1,15 @@ -DEPENDPATH += $(OPIEDIR)/ioclude +DEPENDPATH += $(OPIEDIR)/include 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 \ @@ -29,14 +28,12 @@ HEADERS += mainwindow.h \ adresssearch.h \ todosearch.h \ datebooksearch.h \ searchgroup.h \ resultitem.h \ todoitem.h \ contactitem.h \ eventitem.h \ applnksearch.h \ applnkitem.h \ doclnkitem.h \ doclnksearch.h - -include ( $(OPIEDIR)/include.pro ) |