-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 @@ -17,14 +17,8 @@ INTERFACES = \ HEADERS = \ - resource.h \ - stdaddressbook.h \ - agent.h \ - geo.h \ - key.h \ - field.h \ - plugin.h \ address.h \ + addressbook.h \ + addressee.h \ + addresseedialog.h \ addresseelist.h \ -formatfactory.h \ - formatplugin.h \ - phonenumber.h \ + agent.h \ distributionlist.h \ @@ -32,12 +26,15 @@ distributionlistdialog.h \ distributionlisteditor.h \ -vcardformatplugin.h \ -formats/binaryformat.h \ -formats/vcardformatplugin2.h \ + field.h \ + formatfactory.h \ + formatplugin.h \ + geo.h \ + key.h \ + phonenumber.h \ picture.h \ + plugin.h \ + resource.h \ secrecy.h \ sound.h \ - addressbook.h \ + stdaddressbook.h \ timezone.h \ - addressee.h \ - addresseedialog.h \ vcardconverter.h \ @@ -45,6 +42,3 @@ formats/vcardformatplugin2.h \ vcardformatimpl.h \ - plugins/file/resourcefile.h \ - plugins/file/resourcefileconfig.h \ - plugins/dir/resourcedir.h \ - plugins/dir/resourcedirconfig.h \ + vcardformatplugin.h \ vcardparser/vcardline.h \ @@ -123,4 +117,2 @@ vcard/include/generated/TextListValue-generated.h -# plugins/ldap/resourceldap.h \ -# plugins/ldap/resourceldapconfig.h \ @@ -128,2 +120,8 @@ vcard/include/generated/TextListValue-generated.h SOURCES = \ + address.cpp \ + addressbook.cpp \ + addressee.cpp \ + addresseedialog.cpp \ + addresseelist.cpp \ + agent.cpp \ distributionlist.cpp \ @@ -131,23 +129,14 @@ distributionlistdialog.cpp \ distributionlisteditor.cpp \ -vcardformatplugin.cpp \ -formats/binaryformat.cpp \ -formats/vcardformatplugin2.cpp \ + field.cpp \ formatfactory.cpp \ - resource.cpp \ - stdaddressbook.cpp \ - plugin.cpp \ - agent.cpp \ geo.cpp \ key.cpp \ - field.cpp \ - address.cpp \ phonenumber.cpp \ picture.cpp \ + plugin.cpp \ + resource.cpp \ secrecy.cpp \ sound.cpp \ - addressbook.cpp \ + stdaddressbook.cpp \ timezone.cpp \ - addressee.cpp \ - addresseelist.cpp \ - addresseedialog.cpp \ vcardconverter.cpp \ @@ -155,6 +144,3 @@ formatfactory.cpp \ vcardformatimpl.cpp \ - plugins/file/resourcefile.cpp \ - plugins/file/resourcefileconfig.cpp \ - plugins/dir/resourcedir.cpp \ - plugins/dir/resourcedirconfig.cpp \ + vcardformatplugin.cpp \ vcardparser/vcardline.cpp \ |