author | ulf69 <ulf69> | 2004-06-29 05:41:48 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-06-29 05:41:48 (UTC) |
commit | 17173e1a318e48d8359b58de35baba3a0cdc56b3 (patch) (side-by-side diff) | |
tree | 4b541d92b3b485190c6fa9990f192af75cef985a /kabc | |
parent | b863f47dbb927a54f492b70ac59f3f99202dd7ca (diff) | |
download | kdepimpi-17173e1a318e48d8359b58de35baba3a0cdc56b3.zip kdepimpi-17173e1a318e48d8359b58de35baba3a0cdc56b3.tar.gz kdepimpi-17173e1a318e48d8359b58de35baba3a0cdc56b3.tar.bz2 |
*** empty log message ***
-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 @@ -6,56 +6,50 @@ TARGET = microkabc INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microkde/kdecore ../microkde/kdeui ../microkde/kio/kfile ../qtcompat OBJECTS_DIR = obj/$(PLATFORM) MOC_DIR = moc/$(PLATFORM) DESTDIR = $(QPEDIR)/lib LIBS += -lmicrokde #LIBS += -lldap LIBS += -L$(QPEDIR)/lib DEFINES += KAB_EMBEDDED 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 \ 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 \ vcard21parser.h \ vcardformatimpl.h \ - plugins/file/resourcefile.h \ - plugins/file/resourcefileconfig.h \ - plugins/dir/resourcedir.h \ - plugins/dir/resourcedirconfig.h \ + vcardformatplugin.h \ vcardparser/vcardline.h \ vcardparser/vcard.h \ vcardparser/vcardtool.h \ vcardparser/vcardparser.h \ vcard/include/VCardAdrParam.h \ vcard/include/VCardAdrValue.h \ vcard/include/VCardAgentParam.h \ vcard/include/VCardContentLine.h \ vcard/include/VCardDateParam.h \ vcard/include/VCardDateValue.h \ vcard/include/VCardEmailParam.h \ vcard/include/VCardGeoValue.h \ @@ -112,60 +106,52 @@ vcard/include/generated/VCardEntity-generated.h \ vcard/include/generated/Value-generated.h \ vcard/include/generated/SoundValue-generated.h \ vcard/include/generated/AgentValue-generated.h \ vcard/include/generated/TelValue-generated.h \ vcard/include/generated/TextBinValue-generated.h \ vcard/include/generated/OrgValue-generated.h \ vcard/include/generated/UTCValue-generated.h \ vcard/include/generated/ClassValue-generated.h \ vcard/include/generated/FloatValue-generated.h \ vcard/include/generated/TextListValue-generated.h -# plugins/ldap/resourceldap.h \ -# plugins/ldap/resourceldapconfig.h \ SOURCES = \ + address.cpp \ + addressbook.cpp \ + addressee.cpp \ + addresseedialog.cpp \ + addresseelist.cpp \ + agent.cpp \ distributionlist.cpp \ 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 \ vcard21parser.cpp \ vcardformatimpl.cpp \ - plugins/file/resourcefile.cpp \ - plugins/file/resourcefileconfig.cpp \ - plugins/dir/resourcedir.cpp \ - plugins/dir/resourcedirconfig.cpp \ + vcardformatplugin.cpp \ vcardparser/vcardline.cpp \ vcardparser/vcard.cpp \ vcardparser/vcardtool.cpp \ vcardparser/vcardparser.cpp \ vcard/AdrParam.cpp \ vcard/AdrValue.cpp \ vcard/AgentParam.cpp \ vcard/ContentLine.cpp \ vcard/DateParam.cpp \ vcard/DateValue.cpp \ vcard/EmailParam.cpp \ vcard/Entity.cpp \ |