summaryrefslogtreecommitdiffabout
path: root/kaddressbook/kaddressbookE.pro
Unidiff
Diffstat (limited to 'kaddressbook/kaddressbookE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kaddressbookE.pro154
1 files changed, 154 insertions, 0 deletions
diff --git a/kaddressbook/kaddressbookE.pro b/kaddressbook/kaddressbookE.pro
new file mode 100644
index 0000000..577dbf9
--- a/dev/null
+++ b/kaddressbook/kaddressbookE.pro
@@ -0,0 +1,154 @@
1 TEMPLATE= app
2 CONFIG += qt warn_on
3
4
5 TARGET = kapi
6OBJECTS_DIR = obj/$(PLATFORM)
7MOC_DIR = moc/$(PLATFORM)
8DESTDIR=$(QPEDIR)/bin
9
10
11INCLUDEPATH += . ./details ./features ./kcmconfigs ./xxport ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kdeui ../kabc ../qtcompat ../ interfaces $(QPEDIR)/include
12DEFINES += KAB_EMBEDDED KAB_NOSPLITTER
13#DEFINES += KORG_NODND KORG_NOPLUGINS KORG_NOKABC KORG_NOARCHIVE KORG_NOMAIL
14#DEFINES += KORG_NOPRINTER KORG_NODCOP KORG_NOKALARMD KORG_NORESOURCEVIEW KORG_NOSPLITTER
15#DEFINES += KORG_NOLVALTERNATION
16LIBS += -lmicrokdepim
17#LIBS += -lmicrokcal
18LIBS += -lmicrokde
19LIBS += -lmicrokcal
20LIBS += -lmicroqtcompat
21LIBS += -lmicrokabc
22LIBS += -lqpe
23LIBS += -ljpeg
24LIBS += $(QTOPIALIB)
25LIBS += -L$(QPEDIR)/lib
26
27INTERFACES = \
28# filteredit_base.ui \
29# kofilterview_base.ui \
30
31HEADERS = \
32features/mergewidget.h \
33features/distributionlistwidget.h \
34kcmconfigs/addresseewidget.h \
35kcmconfigs/extensionconfigdialog.h \
36kcmconfigs/kcmkabconfig.h \
37kcmconfigs/kabconfigwidget.h \
38addresseeeditordialog.h \
39addresseeeditorwidget.h \
40addresseditwidget.h \
41addresseeconfig.h \
42addresseeutil.h \
43emaileditwidget.h \
44filtereditdialog.h \
45kaddressbookmain.h \
46kabprefs.h \
47kabcore.h \
48viewmanager.h \
49extensionmanager.h \
50extensionwidget.h \
51kaddressbookview.h \
52geowidget.h \
53imagewidget.h \
54incsearchwidget.h \
55jumpbuttonbar.h \
56phoneeditwidget.h \
57secrecywidget.h \
58keywidget.h \
59nameeditdialog.h \
60filter.h \
61addviewdialog.h \
62configurewidget.h \
63viewconfigurewidget.h \
64viewconfigurefieldspage.h \
65viewconfigurefilterpage.h \
66typecombo.h \
67undo.h \
68undocmds.h \
69xxportmanager.h \
70xxportobject.h \
71xxportselectdialog.h \
72details/detailsviewcontainer.h \
73details/look_basic.h \
74details/look_html.h \
75views/kaddressbookiconview.h \
76views/kaddressbooktableview.h \
77views/kaddressbookcardview.h \
78views/configuretableviewdialog.h \
79views/configurecardviewdialog.h \
80views/cardview.h \
81views/colorlistbox.h \
82views/contactlistview.h \
83xxport/vcard_xxport.h \
84xxport/kde2_xxport.h \
85xxport/csv_xxport.h \
86xxport/csvimportdialog.h \
87#details/look_details.h \
88#mainwindoiw.h \
89# alarmclient.h \
90# calendarview.h \
91# customlistviewitem.h \
92# datenavigator.h
93
94SOURCES = \
95addresseeeditordialog.cpp \
96addresseeeditorwidget.cpp \
97addresseditwidget.cpp \
98addresseeconfig.cpp \
99addresseeutil.cpp \
100extensionmanager.cpp \
101features/mergewidget.cpp \
102features/distributionlistwidget.cpp \
103kcmconfigs/addresseewidget.cpp \
104kcmconfigs/extensionconfigdialog.cpp \
105kcmconfigs/kcmkabconfig.cpp \
106kcmconfigs/kabconfigwidget.cpp \
107emaileditwidget.cpp \
108filtereditdialog.cpp \
109mainembedded.cpp \
110kaddressbookmain.cpp \
111kabcore.cpp \
112kabprefs.cpp \
113viewmanager.cpp \
114kaddressbookview.cpp \
115extensionwidget.cpp \
116geowidget.cpp \
117imagewidget.cpp \
118incsearchwidget.cpp \
119jumpbuttonbar.cpp \
120phoneeditwidget.cpp \
121secrecywidget.cpp \
122keywidget.cpp \
123nameeditdialog.cpp \
124filter.cpp \
125addviewdialog.cpp \
126configurewidget.cpp \
127viewconfigurewidget.cpp \
128viewconfigurefieldspage.cpp \
129viewconfigurefilterpage.cpp \
130undo.cpp \
131undocmds.cpp \
132xxportmanager.cpp \
133xxportobject.cpp \
134xxportselectdialog.cpp \
135details/detailsviewcontainer.cpp \
136details/look_basic.cpp \
137details/look_html.cpp \
138views/kaddressbookiconview.cpp \
139views/kaddressbooktableview.cpp \
140views/kaddressbookcardview.cpp \
141views/configuretableviewdialog.cpp \
142views/configurecardviewdialog.cpp \
143views/cardview.cpp \
144views/contactlistview.cpp \
145views/colorlistbox.cpp \
146xxport/vcard_xxport.cpp \
147xxport/kde2_xxport.cpp \
148xxport/csv_xxport.cpp \
149xxport/csvimportdialog.cpp \
150#details/look_details.cpp \
151#mainwindow.cpp \
152# calendarview.cpp \
153# timespanview.cpp
154