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