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