-rw-r--r-- | kabc/kabcE.pro | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kabc/kabcE.pro b/kabc/kabcE.pro index bc1c0ed..598d4fc 100644 --- a/kabc/kabcE.pro +++ b/kabc/kabcE.pro | |||
@@ -1,71 +1,74 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = microkabc | 3 | TARGET = microkabc |
4 | 4 | ||
5 | 5 | ||
6 | INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../qtcompat $(QPEDIR)/include | 6 | INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim ../qtcompat $(QPEDIR)/include |
7 | OBJECTS_DIR = obj/$(PLATFORM) | 7 | OBJECTS_DIR = obj/$(PLATFORM) |
8 | MOC_DIR = moc/$(PLATFORM) | 8 | MOC_DIR = moc/$(PLATFORM) |
9 | DESTDIR = $(QPEDIR)/lib | 9 | DESTDIR = $(QPEDIR)/lib |
10 | LIBS += -lmicrokde | 10 | LIBS += -lmicrokde |
11 | LIBS += -lmicrokdepim | ||
11 | #LIBS += -lldap | 12 | #LIBS += -lldap |
12 | LIBS += -L$(QPEDIR)/lib | 13 | LIBS += -L$(QPEDIR)/lib |
13 | DEFINES += KAB_EMBEDDED | 14 | DEFINES += KAB_EMBEDDED |
14 | 15 | ||
15 | INTERFACES = \ | 16 | INTERFACES = \ |
16 | 17 | ||
17 | HEADERS = \ | 18 | HEADERS = \ |
18 | address.h \ | 19 | address.h \ |
19 | addressbook.h \ | 20 | addressbook.h \ |
20 | addressee.h \ | 21 | addressee.h \ |
21 | addresseedialog.h \ | 22 | addresseedialog.h \ |
22 | addresseelist.h \ | 23 | addresseelist.h \ |
23 | agent.h \ | 24 | agent.h \ |
24 | distributionlist.h \ | 25 | distributionlist.h \ |
25 | distributionlistdialog.h \ | 26 | distributionlistdialog.h \ |
26 | distributionlisteditor.h \ | 27 | distributionlisteditor.h \ |
27 | field.h \ | 28 | field.h \ |
28 | formatfactory.h \ | 29 | formatfactory.h \ |
29 | formatplugin.h \ | 30 | formatplugin.h \ |
30 | geo.h \ | 31 | geo.h \ |
31 | key.h \ | 32 | key.h \ |
32 | phonenumber.h \ | 33 | phonenumber.h \ |
33 | picture.h \ | 34 | picture.h \ |
34 | plugin.h \ | 35 | plugin.h \ |
35 | resource.h \ | 36 | resource.h \ |
36 | secrecy.h \ | 37 | secrecy.h \ |
37 | sound.h \ | 38 | sound.h \ |
38 | stdaddressbook.h \ | 39 | stdaddressbook.h \ |
40 | syncprefwidget.h \ | ||
39 | timezone.h \ | 41 | timezone.h \ |
42 | tmpaddressbook.h \ | ||
40 | vcardconverter.h \ | 43 | vcardconverter.h \ |
41 | vcard21parser.h \ | 44 | vcard21parser.h \ |
42 | vcardformatimpl.h \ | 45 | vcardformatimpl.h \ |
43 | vcardformatplugin.h \ | 46 | vcardformatplugin.h \ |
44 | vcardparser/vcardline.h \ | 47 | vcardparser/vcardline.h \ |
45 | vcardparser/vcard.h \ | 48 | vcardparser/vcard.h \ |
46 | vcardparser/vcardtool.h \ | 49 | vcardparser/vcardtool.h \ |
47 | vcardparser/vcardparser.h \ | 50 | vcardparser/vcardparser.h \ |
48 | vcard/include/VCardAdrParam.h \ | 51 | vcard/include/VCardAdrParam.h \ |
49 | vcard/include/VCardAdrValue.h \ | 52 | vcard/include/VCardAdrValue.h \ |
50 | vcard/include/VCardAgentParam.h \ | 53 | vcard/include/VCardAgentParam.h \ |
51 | vcard/include/VCardContentLine.h \ | 54 | vcard/include/VCardContentLine.h \ |
52 | vcard/include/VCardDateParam.h \ | 55 | vcard/include/VCardDateParam.h \ |
53 | vcard/include/VCardDateValue.h \ | 56 | vcard/include/VCardDateValue.h \ |
54 | vcard/include/VCardEmailParam.h \ | 57 | vcard/include/VCardEmailParam.h \ |
55 | vcard/include/VCardGeoValue.h \ | 58 | vcard/include/VCardGeoValue.h \ |
56 | vcard/include/VCardGroup.h \ | 59 | vcard/include/VCardGroup.h \ |
57 | vcard/include/VCardImageParam.h \ | 60 | vcard/include/VCardImageParam.h \ |
58 | vcard/include/VCardImageValue.h \ | 61 | vcard/include/VCardImageValue.h \ |
59 | vcard/include/VCardLangValue.h \ | 62 | vcard/include/VCardLangValue.h \ |
60 | vcard/include/VCardNValue.h \ | 63 | vcard/include/VCardNValue.h \ |
61 | vcard/include/VCardParam.h \ | 64 | vcard/include/VCardParam.h \ |
62 | vcard/include/VCardPhoneNumberValue.h \ | 65 | vcard/include/VCardPhoneNumberValue.h \ |
63 | vcard/include/VCardSourceParam.h \ | 66 | vcard/include/VCardSourceParam.h \ |
64 | vcard/include/VCardTelParam.h \ | 67 | vcard/include/VCardTelParam.h \ |
65 | vcard/include/VCardTextParam.h \ | 68 | vcard/include/VCardTextParam.h \ |
66 | vcard/include/VCardTextNSParam.h \ | 69 | vcard/include/VCardTextNSParam.h \ |
67 | vcard/include/VCardTextValue.h \ | 70 | vcard/include/VCardTextValue.h \ |
68 | vcard/include/VCardTextBinParam.h \ | 71 | vcard/include/VCardTextBinParam.h \ |
69 | vcard/include/VCardURIValue.h \ | 72 | vcard/include/VCardURIValue.h \ |
70 | vcard/include/VCardVCard.h \ | 73 | vcard/include/VCardVCard.h \ |
71 | vcard/include/VCardEntity.h \ | 74 | vcard/include/VCardEntity.h \ |
@@ -109,65 +112,67 @@ HEADERS = \ | |||
109 | vcard/include/generated/TelValue-generated.h \ | 112 | vcard/include/generated/TelValue-generated.h \ |
110 | vcard/include/generated/TextBinValue-generated.h \ | 113 | vcard/include/generated/TextBinValue-generated.h \ |
111 | vcard/include/generated/OrgValue-generated.h \ | 114 | vcard/include/generated/OrgValue-generated.h \ |
112 | vcard/include/generated/UTCValue-generated.h \ | 115 | vcard/include/generated/UTCValue-generated.h \ |
113 | vcard/include/generated/ClassValue-generated.h \ | 116 | vcard/include/generated/ClassValue-generated.h \ |
114 | vcard/include/generated/FloatValue-generated.h \ | 117 | vcard/include/generated/FloatValue-generated.h \ |
115 | vcard/include/generated/TextListValue-generated.h | 118 | vcard/include/generated/TextListValue-generated.h |
116 | 119 | ||
117 | 120 | ||
118 | 121 | ||
119 | 122 | ||
120 | SOURCES = \ | 123 | SOURCES = \ |
121 | address.cpp \ | 124 | address.cpp \ |
122 | addressbook.cpp \ | 125 | addressbook.cpp \ |
123 | addressee.cpp \ | 126 | addressee.cpp \ |
124 | addresseedialog.cpp \ | 127 | addresseedialog.cpp \ |
125 | addresseelist.cpp \ | 128 | addresseelist.cpp \ |
126 | agent.cpp \ | 129 | agent.cpp \ |
127 | distributionlist.cpp \ | 130 | distributionlist.cpp \ |
128 | distributionlistdialog.cpp \ | 131 | distributionlistdialog.cpp \ |
129 | distributionlisteditor.cpp \ | 132 | distributionlisteditor.cpp \ |
130 | field.cpp \ | 133 | field.cpp \ |
131 | formatfactory.cpp \ | 134 | formatfactory.cpp \ |
132 | geo.cpp \ | 135 | geo.cpp \ |
133 | key.cpp \ | 136 | key.cpp \ |
134 | phonenumber.cpp \ | 137 | phonenumber.cpp \ |
135 | picture.cpp \ | 138 | picture.cpp \ |
136 | plugin.cpp \ | 139 | plugin.cpp \ |
137 | resource.cpp \ | 140 | resource.cpp \ |
138 | secrecy.cpp \ | 141 | secrecy.cpp \ |
139 | sound.cpp \ | 142 | sound.cpp \ |
140 | stdaddressbook.cpp \ | 143 | stdaddressbook.cpp \ |
144 | syncprefwidget.cpp \ | ||
141 | timezone.cpp \ | 145 | timezone.cpp \ |
146 | tmpaddressbook.cpp \ | ||
142 | vcardconverter.cpp \ | 147 | vcardconverter.cpp \ |
143 | vcard21parser.cpp \ | 148 | vcard21parser.cpp \ |
144 | vcardformatimpl.cpp \ | 149 | vcardformatimpl.cpp \ |
145 | vcardformatplugin.cpp \ | 150 | vcardformatplugin.cpp \ |
146 | vcardparser/vcardline.cpp \ | 151 | vcardparser/vcardline.cpp \ |
147 | vcardparser/vcard.cpp \ | 152 | vcardparser/vcard.cpp \ |
148 | vcardparser/vcardtool.cpp \ | 153 | vcardparser/vcardtool.cpp \ |
149 | vcardparser/vcardparser.cpp \ | 154 | vcardparser/vcardparser.cpp \ |
150 | vcard/AdrParam.cpp \ | 155 | vcard/AdrParam.cpp \ |
151 | vcard/AdrValue.cpp \ | 156 | vcard/AdrValue.cpp \ |
152 | vcard/AgentParam.cpp \ | 157 | vcard/AgentParam.cpp \ |
153 | vcard/ContentLine.cpp \ | 158 | vcard/ContentLine.cpp \ |
154 | vcard/DateParam.cpp \ | 159 | vcard/DateParam.cpp \ |
155 | vcard/DateValue.cpp \ | 160 | vcard/DateValue.cpp \ |
156 | vcard/EmailParam.cpp \ | 161 | vcard/EmailParam.cpp \ |
157 | vcard/Entity.cpp \ | 162 | vcard/Entity.cpp \ |
158 | vcard/Enum.cpp \ | 163 | vcard/Enum.cpp \ |
159 | vcard/GeoValue.cpp \ | 164 | vcard/GeoValue.cpp \ |
160 | vcard/ImageParam.cpp \ | 165 | vcard/ImageParam.cpp \ |
161 | vcard/ImageValue.cpp \ | 166 | vcard/ImageValue.cpp \ |
162 | vcard/LangValue.cpp \ | 167 | vcard/LangValue.cpp \ |
163 | vcard/NValue.cpp \ | 168 | vcard/NValue.cpp \ |
164 | vcard/Param.cpp \ | 169 | vcard/Param.cpp \ |
165 | vcard/PhoneNumberValue.cpp \ | 170 | vcard/PhoneNumberValue.cpp \ |
166 | vcard/RToken.cpp \ | 171 | vcard/RToken.cpp \ |
167 | vcard/SourceParam.cpp \ | 172 | vcard/SourceParam.cpp \ |
168 | vcard/TelParam.cpp \ | 173 | vcard/TelParam.cpp \ |
169 | vcard/TextParam.cpp \ | 174 | vcard/TextParam.cpp \ |
170 | vcard/TextValue.cpp \ | 175 | vcard/TextValue.cpp \ |
171 | vcard/TextBinParam.cpp \ | 176 | vcard/TextBinParam.cpp \ |
172 | vcard/URIValue.cpp \ | 177 | vcard/URIValue.cpp \ |
173 | vcard/VCardv.cpp \ | 178 | vcard/VCardv.cpp \ |