summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--kabc/kabcE.pro64
1 files changed, 25 insertions, 39 deletions
diff --git a/kabc/kabcE.pro b/kabc/kabcE.pro
index 6c37beb..6a3bbf1 100644
--- a/kabc/kabcE.pro
+++ b/kabc/kabcE.pro
@@ -15,38 +15,32 @@ DEFINES += KAB_EMBEDDED
15INTERFACES = \ 15INTERFACES = \
16 16
17HEADERS = \ 17HEADERS = \
18 resource.h \
19 stdaddressbook.h \
20 agent.h \
21 geo.h \
22 key.h \
23 field.h \
24 plugin.h \
25 address.h \ 18 address.h \
19 addressbook.h \
20 addressee.h \
21 addresseedialog.h \
26 addresseelist.h \ 22 addresseelist.h \
27formatfactory.h \ 23 agent.h \
28 formatplugin.h \
29 phonenumber.h \
30distributionlist.h \ 24distributionlist.h \
31distributionlistdialog.h \ 25distributionlistdialog.h \
32distributionlisteditor.h \ 26distributionlisteditor.h \
33vcardformatplugin.h \ 27 field.h \
34formats/binaryformat.h \ 28 formatfactory.h \
35formats/vcardformatplugin2.h \ 29 formatplugin.h \
30 geo.h \
31 key.h \
32 phonenumber.h \
36 picture.h \ 33 picture.h \
34 plugin.h \
35 resource.h \
37 secrecy.h \ 36 secrecy.h \
38 sound.h \ 37 sound.h \
39 addressbook.h \ 38 stdaddressbook.h \
40 timezone.h \ 39 timezone.h \
41 addressee.h \
42 addresseedialog.h \
43 vcardconverter.h \ 40 vcardconverter.h \
44 vcard21parser.h \ 41 vcard21parser.h \
45 vcardformatimpl.h \ 42 vcardformatimpl.h \
46 plugins/file/resourcefile.h \ 43 vcardformatplugin.h \
47 plugins/file/resourcefileconfig.h \
48 plugins/dir/resourcedir.h \
49 plugins/dir/resourcedirconfig.h \
50 vcardparser/vcardline.h \ 44 vcardparser/vcardline.h \
51 vcardparser/vcard.h \ 45 vcardparser/vcard.h \
52 vcardparser/vcardtool.h \ 46 vcardparser/vcardtool.h \
@@ -121,42 +115,34 @@ vcard/include/generated/FloatValue-generated.h \
121vcard/include/generated/TextListValue-generated.h 115vcard/include/generated/TextListValue-generated.h
122 116
123 117
124# plugins/ldap/resourceldap.h \
125# plugins/ldap/resourceldapconfig.h \
126 118
127 119
128SOURCES = \ 120SOURCES = \
121 address.cpp \
122 addressbook.cpp \
123 addressee.cpp \
124 addresseedialog.cpp \
125 addresseelist.cpp \
126 agent.cpp \
129distributionlist.cpp \ 127distributionlist.cpp \
130distributionlistdialog.cpp \ 128distributionlistdialog.cpp \
131distributionlisteditor.cpp \ 129distributionlisteditor.cpp \
132vcardformatplugin.cpp \ 130 field.cpp \
133formats/binaryformat.cpp \
134formats/vcardformatplugin2.cpp \
135formatfactory.cpp \ 131formatfactory.cpp \
136 resource.cpp \
137 stdaddressbook.cpp \
138 plugin.cpp \
139 agent.cpp \
140 geo.cpp \ 132 geo.cpp \
141 key.cpp \ 133 key.cpp \
142 field.cpp \
143 address.cpp \
144 phonenumber.cpp \ 134 phonenumber.cpp \
145 picture.cpp \ 135 picture.cpp \
136 plugin.cpp \
137 resource.cpp \
146 secrecy.cpp \ 138 secrecy.cpp \
147 sound.cpp \ 139 sound.cpp \
148 addressbook.cpp \ 140 stdaddressbook.cpp \
149 timezone.cpp \ 141 timezone.cpp \
150 addressee.cpp \
151 addresseelist.cpp \
152 addresseedialog.cpp \
153 vcardconverter.cpp \ 142 vcardconverter.cpp \
154 vcard21parser.cpp \ 143 vcard21parser.cpp \
155 vcardformatimpl.cpp \ 144 vcardformatimpl.cpp \
156 plugins/file/resourcefile.cpp \ 145 vcardformatplugin.cpp \
157 plugins/file/resourcefileconfig.cpp \
158 plugins/dir/resourcedir.cpp \
159 plugins/dir/resourcedirconfig.cpp \
160 vcardparser/vcardline.cpp \ 146 vcardparser/vcardline.cpp \
161 vcardparser/vcard.cpp \ 147 vcardparser/vcard.cpp \
162 vcardparser/vcardtool.cpp \ 148 vcardparser/vcardtool.cpp \