-rw-r--r-- | kabc/kabcE.pro | 64 |
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 | |||
15 | INTERFACES = \ | 15 | INTERFACES = \ |
16 | 16 | ||
17 | HEADERS = \ | 17 | HEADERS = \ |
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 \ |
27 | formatfactory.h \ | 23 | agent.h \ |
28 | formatplugin.h \ | ||
29 | phonenumber.h \ | ||
30 | distributionlist.h \ | 24 | distributionlist.h \ |
31 | distributionlistdialog.h \ | 25 | distributionlistdialog.h \ |
32 | distributionlisteditor.h \ | 26 | distributionlisteditor.h \ |
33 | vcardformatplugin.h \ | 27 | field.h \ |
34 | formats/binaryformat.h \ | 28 | formatfactory.h \ |
35 | formats/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 \ | |||
121 | vcard/include/generated/TextListValue-generated.h | 115 | vcard/include/generated/TextListValue-generated.h |
122 | 116 | ||
123 | 117 | ||
124 | # plugins/ldap/resourceldap.h \ | ||
125 | # plugins/ldap/resourceldapconfig.h \ | ||
126 | 118 | ||
127 | 119 | ||
128 | SOURCES = \ | 120 | SOURCES = \ |
121 | address.cpp \ | ||
122 | addressbook.cpp \ | ||
123 | addressee.cpp \ | ||
124 | addresseedialog.cpp \ | ||
125 | addresseelist.cpp \ | ||
126 | agent.cpp \ | ||
129 | distributionlist.cpp \ | 127 | distributionlist.cpp \ |
130 | distributionlistdialog.cpp \ | 128 | distributionlistdialog.cpp \ |
131 | distributionlisteditor.cpp \ | 129 | distributionlisteditor.cpp \ |
132 | vcardformatplugin.cpp \ | 130 | field.cpp \ |
133 | formats/binaryformat.cpp \ | ||
134 | formats/vcardformatplugin2.cpp \ | ||
135 | formatfactory.cpp \ | 131 | formatfactory.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 \ |