-rw-r--r-- | kabc/kabc.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kabc/kabc.pro b/kabc/kabc.pro index 17ebff8..846ed8a 100644 --- a/kabc/kabc.pro +++ b/kabc/kabc.pro @@ -5,3 +5,3 @@ DESTDIR=../bin -TARGET = microkabc +TARGET = xmicrokabc @@ -11,3 +11,3 @@ INCLUDEPATH += . ./vcard/include ./vcard/include/generated ../microkde ../microk -#LIBS += -lmicrokde -lldap +#LIBS += -lxmicrokde -lldap LIBS += -L$(QPEDIR)/lib @@ -218 +218,5 @@ vcard/TextListValue.cpp #formats/binary/binaryformat.cpp \ +#The following line was inserted by qt3to4 +QT += xml qt3support +#The following line was inserted by qt3to4 +QT += |