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