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