-rw-r--r-- | kabc/kabc.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kabc/kabc.pro b/kabc/kabc.pro index a8cd695..10b092c 100644 --- a/kabc/kabc.pro +++ b/kabc/kabc.pro | |||
@@ -1,82 +1,83 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | #release debug | 3 | #release debug |
4 | DESTDIR=../bin | 4 | DESTDIR=../bin |
5 | 5 | ||
6 | TARGET = microkabc | 6 | TARGET = microkabc |
7 | 7 | ||
8 | include( ../variables.pri ) | 8 | include( ../variables.pri ) |
9 | 9 | ||
10 | INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kio/kfile ../microkde/kio/kio ../qtcompat ../microkde/kdeui | 10 | INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim ../qtcompat ../microkde/kdeui |
11 | 11 | ||
12 | #LIBS += -lmicrokde -lldap | 12 | #LIBS += -lmicrokde -lldap |
13 | LIBS += -L$(QPEDIR)/lib | 13 | LIBS += -L$(QPEDIR)/lib |
14 | DEFINES += KAB_EMBEDDED DESKTOP_VERSION | 14 | DEFINES += KAB_EMBEDDED DESKTOP_VERSION |
15 | unix : { | 15 | unix : { |
16 | 16 | ||
17 | OBJECTS_DIR = obj/unix | 17 | OBJECTS_DIR = obj/unix |
18 | MOC_DIR = moc/unix | 18 | MOC_DIR = moc/unix |
19 | } | 19 | } |
20 | win32: { | 20 | win32: { |
21 | DEFINES += _WIN32_ | 21 | DEFINES += _WIN32_ |
22 | OBJECTS_DIR = obj/win | 22 | OBJECTS_DIR = obj/win |
23 | MOC_DIR = moc/win | 23 | MOC_DIR = moc/win |
24 | } | 24 | } |
25 | INTERFACES = \ | 25 | INTERFACES = \ |
26 | 26 | ||
27 | 27 | ||
28 | HEADERS = \ | 28 | HEADERS = \ |
29 | resource.h \ | 29 | resource.h \ |
30 | stdaddressbook.h \ | 30 | stdaddressbook.h \ |
31 | agent.h \ | 31 | agent.h \ |
32 | geo.h \ | 32 | geo.h \ |
33 | key.h \ | 33 | key.h \ |
34 | field.h \ | 34 | field.h \ |
35 | plugin.h \ | 35 | plugin.h \ |
36 | address.h \ | 36 | address.h \ |
37 | addresseelist.h \ | 37 | addresseelist.h \ |
38 | formatfactory.h \ | 38 | formatfactory.h \ |
39 | formatplugin.h \ | 39 | formatplugin.h \ |
40 | phonenumber.h \ | 40 | phonenumber.h \ |
41 | distributionlist.h \ | 41 | distributionlist.h \ |
42 | distributionlistdialog.h \ | 42 | distributionlistdialog.h \ |
43 | distributionlisteditor.h \ | 43 | distributionlisteditor.h \ |
44 | vcardformatplugin.h \ | 44 | vcardformatplugin.h \ |
45 | formats/vcardformatplugin2.h \ | 45 | formats/vcardformatplugin2.h \ |
46 | picture.h \ | 46 | picture.h \ |
47 | secrecy.h \ | 47 | secrecy.h \ |
48 | sound.h \ | 48 | sound.h \ |
49 | addressbook.h \ | 49 | addressbook.h \ |
50 | timezone.h \ | 50 | timezone.h \ |
51 | tmpaddressbook.h \ | ||
51 | addressee.h \ | 52 | addressee.h \ |
52 | addresseedialog.h \ | 53 | addresseedialog.h \ |
53 | vcardconverter.h \ | 54 | vcardconverter.h \ |
54 | vcard21parser.h \ | 55 | vcard21parser.h \ |
55 | vcardformatimpl.h \ | 56 | vcardformatimpl.h \ |
56 | plugins/file/resourcefile.h \ | 57 | plugins/file/resourcefile.h \ |
57 | plugins/file/resourcefileconfig.h \ | 58 | plugins/file/resourcefileconfig.h \ |
58 | plugins/dir/resourcedir.h \ | 59 | plugins/dir/resourcedir.h \ |
59 | plugins/dir/resourcedirconfig.h \ | 60 | plugins/dir/resourcedirconfig.h \ |
60 | vcardparser/vcardline.h \ | 61 | vcardparser/vcardline.h \ |
61 | vcardparser/vcard.h \ | 62 | vcardparser/vcard.h \ |
62 | vcardparser/vcardtool.h \ | 63 | vcardparser/vcardtool.h \ |
63 | vcardparser/vcardparser.h \ | 64 | vcardparser/vcardparser.h \ |
64 | vcard/include/VCardAdrParam.h \ | 65 | vcard/include/VCardAdrParam.h \ |
65 | vcard/include/VCardAdrValue.h \ | 66 | vcard/include/VCardAdrValue.h \ |
66 | vcard/include/VCardAgentParam.h \ | 67 | vcard/include/VCardAgentParam.h \ |
67 | vcard/include/VCardContentLine.h \ | 68 | vcard/include/VCardContentLine.h \ |
68 | vcard/include/VCardDateParam.h \ | 69 | vcard/include/VCardDateParam.h \ |
69 | vcard/include/VCardDateValue.h \ | 70 | vcard/include/VCardDateValue.h \ |
70 | vcard/include/VCardEmailParam.h \ | 71 | vcard/include/VCardEmailParam.h \ |
71 | vcard/include/VCardGeoValue.h \ | 72 | vcard/include/VCardGeoValue.h \ |
72 | vcard/include/VCardGroup.h \ | 73 | vcard/include/VCardGroup.h \ |
73 | vcard/include/VCardImageParam.h \ | 74 | vcard/include/VCardImageParam.h \ |
74 | vcard/include/VCardImageValue.h \ | 75 | vcard/include/VCardImageValue.h \ |
75 | vcard/include/VCardLangValue.h \ | 76 | vcard/include/VCardLangValue.h \ |
76 | vcard/include/VCardNValue.h \ | 77 | vcard/include/VCardNValue.h \ |
77 | vcard/include/VCardParam.h \ | 78 | vcard/include/VCardParam.h \ |
78 | vcard/include/VCardPhoneNumberValue.h \ | 79 | vcard/include/VCardPhoneNumberValue.h \ |
79 | vcard/include/VCardSourceParam.h \ | 80 | vcard/include/VCardSourceParam.h \ |
80 | vcard/include/VCardTelParam.h \ | 81 | vcard/include/VCardTelParam.h \ |
81 | vcard/include/VCardTextParam.h \ | 82 | vcard/include/VCardTextParam.h \ |
82 | vcard/include/VCardTextNSParam.h \ | 83 | vcard/include/VCardTextNSParam.h \ |
@@ -128,64 +129,65 @@ vcard/include/generated/OrgValue-generated.h \ | |||
128 | vcard/include/generated/UTCValue-generated.h \ | 129 | vcard/include/generated/UTCValue-generated.h \ |
129 | vcard/include/generated/ClassValue-generated.h \ | 130 | vcard/include/generated/ClassValue-generated.h \ |
130 | vcard/include/generated/FloatValue-generated.h \ | 131 | vcard/include/generated/FloatValue-generated.h \ |
131 | vcard/include/generated/TextListValue-generated.h | 132 | vcard/include/generated/TextListValue-generated.h |
132 | 133 | ||
133 | 134 | ||
134 | # plugins/ldap/resourceldap.h \ | 135 | # plugins/ldap/resourceldap.h \ |
135 | # plugins/ldap/resourceldapconfig.h \ | 136 | # plugins/ldap/resourceldapconfig.h \ |
136 | #formats/binary/binaryformat.h \ | 137 | #formats/binary/binaryformat.h \ |
137 | 138 | ||
138 | 139 | ||
139 | SOURCES = \ | 140 | SOURCES = \ |
140 | distributionlist.cpp \ | 141 | distributionlist.cpp \ |
141 | distributionlistdialog.cpp \ | 142 | distributionlistdialog.cpp \ |
142 | distributionlisteditor.cpp \ | 143 | distributionlisteditor.cpp \ |
143 | vcardformatplugin.cpp \ | 144 | vcardformatplugin.cpp \ |
144 | formats/vcardformatplugin2.cpp \ | 145 | formats/vcardformatplugin2.cpp \ |
145 | formatfactory.cpp \ | 146 | formatfactory.cpp \ |
146 | resource.cpp \ | 147 | resource.cpp \ |
147 | stdaddressbook.cpp \ | 148 | stdaddressbook.cpp \ |
148 | plugin.cpp \ | 149 | plugin.cpp \ |
149 | agent.cpp \ | 150 | agent.cpp \ |
150 | geo.cpp \ | 151 | geo.cpp \ |
151 | key.cpp \ | 152 | key.cpp \ |
152 | field.cpp \ | 153 | field.cpp \ |
153 | address.cpp \ | 154 | address.cpp \ |
154 | phonenumber.cpp \ | 155 | phonenumber.cpp \ |
155 | picture.cpp \ | 156 | picture.cpp \ |
156 | secrecy.cpp \ | 157 | secrecy.cpp \ |
157 | sound.cpp \ | 158 | sound.cpp \ |
158 | addressbook.cpp \ | 159 | addressbook.cpp \ |
159 | timezone.cpp \ | 160 | timezone.cpp \ |
161 | tmpaddressbook.cpp \ | ||
160 | addressee.cpp \ | 162 | addressee.cpp \ |
161 | addresseelist.cpp \ | 163 | addresseelist.cpp \ |
162 | addresseedialog.cpp \ | 164 | addresseedialog.cpp \ |
163 | vcardconverter.cpp \ | 165 | vcardconverter.cpp \ |
164 | vcard21parser.cpp \ | 166 | vcard21parser.cpp \ |
165 | vcardformatimpl.cpp \ | 167 | vcardformatimpl.cpp \ |
166 | plugins/file/resourcefile.cpp \ | 168 | plugins/file/resourcefile.cpp \ |
167 | plugins/file/resourcefileconfig.cpp \ | 169 | plugins/file/resourcefileconfig.cpp \ |
168 | plugins/dir/resourcedir.cpp \ | 170 | plugins/dir/resourcedir.cpp \ |
169 | plugins/dir/resourcedirconfig.cpp \ | 171 | plugins/dir/resourcedirconfig.cpp \ |
170 | vcardparser/vcardline.cpp \ | 172 | vcardparser/vcardline.cpp \ |
171 | vcardparser/vcard.cpp \ | 173 | vcardparser/vcard.cpp \ |
172 | vcardparser/vcardtool.cpp \ | 174 | vcardparser/vcardtool.cpp \ |
173 | vcardparser/vcardparser.cpp \ | 175 | vcardparser/vcardparser.cpp \ |
174 | vcard/AdrParam.cpp \ | 176 | vcard/AdrParam.cpp \ |
175 | vcard/AdrValue.cpp \ | 177 | vcard/AdrValue.cpp \ |
176 | vcard/AgentParam.cpp \ | 178 | vcard/AgentParam.cpp \ |
177 | vcard/ContentLine.cpp \ | 179 | vcard/ContentLine.cpp \ |
178 | vcard/DateParam.cpp \ | 180 | vcard/DateParam.cpp \ |
179 | vcard/DateValue.cpp \ | 181 | vcard/DateValue.cpp \ |
180 | vcard/EmailParam.cpp \ | 182 | vcard/EmailParam.cpp \ |
181 | vcard/Entity.cpp \ | 183 | vcard/Entity.cpp \ |
182 | vcard/Enum.cpp \ | 184 | vcard/Enum.cpp \ |
183 | vcard/GeoValue.cpp \ | 185 | vcard/GeoValue.cpp \ |
184 | vcard/ImageParam.cpp \ | 186 | vcard/ImageParam.cpp \ |
185 | vcard/ImageValue.cpp \ | 187 | vcard/ImageValue.cpp \ |
186 | vcard/LangValue.cpp \ | 188 | vcard/LangValue.cpp \ |
187 | vcard/NValue.cpp \ | 189 | vcard/NValue.cpp \ |
188 | vcard/Param.cpp \ | 190 | vcard/Param.cpp \ |
189 | vcard/PhoneNumberValue.cpp \ | 191 | vcard/PhoneNumberValue.cpp \ |
190 | vcard/RToken.cpp \ | 192 | vcard/RToken.cpp \ |
191 | vcard/SourceParam.cpp \ | 193 | vcard/SourceParam.cpp \ |