author | ulf69 <ulf69> | 2004-09-28 22:04:39 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-28 22:04:39 (UTC) |
commit | 0804930f54a4d7226b62db7878eaedabdf3ebcf6 (patch) (unidiff) | |
tree | 188257319f611eb43383885180c0a0f9c02735f1 | |
parent | 3efc9aaf086dee47633e049e80b18f61a2017ff3 (diff) | |
download | kdepimpi-0804930f54a4d7226b62db7878eaedabdf3ebcf6.zip kdepimpi-0804930f54a4d7226b62db7878eaedabdf3ebcf6.tar.gz kdepimpi-0804930f54a4d7226b62db7878eaedabdf3ebcf6.tar.bz2 |
add define to enable debugoutput while loading addressbooks
-rw-r--r-- | kabc/kabcE.pro | 3 |
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 | |||
@@ -12,8 +12,11 @@ LIBS += -lmicrokdepim | |||
12 | #LIBS += -lldap | 12 | #LIBS += -lldap |
13 | LIBS += -L$(QPEDIR)/lib | 13 | LIBS += -L$(QPEDIR)/lib |
14 | DEFINES += KAB_EMBEDDED | 14 | DEFINES += KAB_EMBEDDED |
15 | 15 | ||
16 | #enable the following line if you want to get debugoutput while loading adresses | ||
17 | #DEFINES += VCARD_DEBUG | ||
18 | |||
16 | INTERFACES = \ | 19 | INTERFACES = \ |
17 | 20 | ||
18 | HEADERS = \ | 21 | HEADERS = \ |
19 | address.h \ | 22 | address.h \ |