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