author | groucho <groucho> | 2003-05-12 06:06:45 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-05-12 06:06:45 (UTC) |
commit | 6eb4bd2c93df7ec6a56f099433438ba0f62b6796 (patch) (side-by-side diff) | |
tree | 2aa0cccc9509d338b2e3e63bc30f2cfa44132276 | |
parent | c0b6d29485dad8f39873def7cd890613f60a631b (diff) | |
download | opie-6eb4bd2c93df7ec6a56f099433438ba0f62b6796.zip opie-6eb4bd2c93df7ec6a56f099433438ba0f62b6796.tar.gz opie-6eb4bd2c93df7ec6a56f099433438ba0f62b6796.tar.bz2 |
Added missing opie build includes
-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 @@ 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 \ applnksearch.cpp \ applnkitem.cpp \ doclnkitem.cpp \ doclnksearch.cpp HEADERS += mainwindow.h \ olistview.h \ olistviewitem.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 ) |