summaryrefslogtreecommitdiffabout
authorulf69 <ulf69>2004-09-28 22:04:39 (UTC)
committer ulf69 <ulf69>2004-09-28 22:04:39 (UTC)
commit0804930f54a4d7226b62db7878eaedabdf3ebcf6 (patch) (side-by-side diff)
tree188257319f611eb43383885180c0a0f9c02735f1
parent3efc9aaf086dee47633e049e80b18f61a2017ff3 (diff)
downloadkdepimpi-0804930f54a4d7226b62db7878eaedabdf3ebcf6.zip
kdepimpi-0804930f54a4d7226b62db7878eaedabdf3ebcf6.tar.gz
kdepimpi-0804930f54a4d7226b62db7878eaedabdf3ebcf6.tar.bz2
add define to enable debugoutput while loading addressbooks
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/kabcE.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/kabc/kabcE.pro b/kabc/kabcE.pro
index 0a26e0b..061909b 100644
--- a/kabc/kabcE.pro
+++ b/kabc/kabcE.pro
@@ -1,63 +1,66 @@
TEMPLATE = lib
CONFIG += qt warn_on
TARGET = kamicrokabc
INCLUDEPATH += . $(KDEPIMDIR) vcard/include vcard/include/generated $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/qtcompat $(QPEDIR)/include
OBJECTS_DIR = obj/$(PLATFORM)
MOC_DIR = moc/$(PLATFORM)
DESTDIR = $(QPEDIR)/lib
LIBS += -lmicrokde
LIBS += -lmicrokdepim
#LIBS += -lldap
LIBS += -L$(QPEDIR)/lib
DEFINES += KAB_EMBEDDED
+#enable the following line if you want to get debugoutput while loading adresses
+#DEFINES += VCARD_DEBUG
+
INTERFACES = \
HEADERS = \
address.h \
addressbook.h \
addressee.h \
addresseedialog.h \
addresseelist.h \
addresseeview.h \
agent.h \
distributionlist.h \
distributionlistdialog.h \
distributionlisteditor.h \
field.h \
formatfactory.h \
formatplugin.h \
geo.h \
key.h \
phonenumber.h \
picture.h \
plugin.h \
resource.h \
secrecy.h \
sound.h \
stdaddressbook.h \
syncprefwidget.h \
timezone.h \
tmpaddressbook.h \
vcardconverter.h \
vcard21parser.h \
vcardformatimpl.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 \
vcard/include/VCardGroup.h \
vcard/include/VCardImageParam.h \
vcard/include/VCardImageValue.h \
vcard/include/VCardLangValue.h \