summaryrefslogtreecommitdiff
path: root/core/pim/osearch/osearch.pro
blob: e6779d5e832ad4e3dbdc030e52f0d5f932d7ff7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
CONFIG += qt  warn_on quick-app
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 

TARGET	= osearch

INCLUDEPATH = $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiecore2 -lopiepim2 -lopieui2
include ( $(OPIEDIR)/include.pro )