summaryrefslogtreecommitdiffabout
path: root/kabc/kabcE.pro
Unidiff
Diffstat (limited to 'kabc/kabcE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/kabcE.pro7
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
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3TARGET = microkabc 3TARGET = microkabc
4 4
5 5
6INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../qtcompat $(QPEDIR)/include 6INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../microkde/kio/kio ../libkdepim ../qtcompat $(QPEDIR)/include
7OBJECTS_DIR = obj/$(PLATFORM) 7OBJECTS_DIR = obj/$(PLATFORM)
8MOC_DIR = moc/$(PLATFORM) 8MOC_DIR = moc/$(PLATFORM)
9DESTDIR = $(QPEDIR)/lib 9DESTDIR = $(QPEDIR)/lib
10LIBS += -lmicrokde 10LIBS += -lmicrokde
11LIBS += -lmicrokdepim
11#LIBS += -lldap 12#LIBS += -lldap
12LIBS += -L$(QPEDIR)/lib 13LIBS += -L$(QPEDIR)/lib
13DEFINES += KAB_EMBEDDED 14DEFINES += KAB_EMBEDDED
14 15
15INTERFACES = \ 16INTERFACES = \
16 17
17HEADERS = \ 18HEADERS = \
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
120SOURCES = \ 123SOURCES = \
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 \
150vcard/AdrParam.cpp \ 155vcard/AdrParam.cpp \
151vcard/AdrValue.cpp \ 156vcard/AdrValue.cpp \
152vcard/AgentParam.cpp \ 157vcard/AgentParam.cpp \
153vcard/ContentLine.cpp \ 158vcard/ContentLine.cpp \
154vcard/DateParam.cpp \ 159vcard/DateParam.cpp \
155vcard/DateValue.cpp \ 160vcard/DateValue.cpp \
156vcard/EmailParam.cpp \ 161vcard/EmailParam.cpp \
157vcard/Entity.cpp \ 162vcard/Entity.cpp \
158vcard/Enum.cpp \ 163vcard/Enum.cpp \
159vcard/GeoValue.cpp \ 164vcard/GeoValue.cpp \
160vcard/ImageParam.cpp \ 165vcard/ImageParam.cpp \
161vcard/ImageValue.cpp \ 166vcard/ImageValue.cpp \
162vcard/LangValue.cpp \ 167vcard/LangValue.cpp \
163vcard/NValue.cpp \ 168vcard/NValue.cpp \
164vcard/Param.cpp \ 169vcard/Param.cpp \
165vcard/PhoneNumberValue.cpp \ 170vcard/PhoneNumberValue.cpp \
166vcard/RToken.cpp \ 171vcard/RToken.cpp \
167vcard/SourceParam.cpp \ 172vcard/SourceParam.cpp \
168vcard/TelParam.cpp \ 173vcard/TelParam.cpp \
169vcard/TextParam.cpp \ 174vcard/TextParam.cpp \
170vcard/TextValue.cpp \ 175vcard/TextValue.cpp \
171vcard/TextBinParam.cpp \ 176vcard/TextBinParam.cpp \
172vcard/URIValue.cpp \ 177vcard/URIValue.cpp \
173vcard/VCardv.cpp \ 178vcard/VCardv.cpp \