From 7c4e0075810cf95ab2b1ecda2d971264e9a9b60c Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 08 Aug 2004 11:01:52 +0000 Subject: Made it compileable on desktop --- (limited to 'kaddressbook') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 1667400..4303cab 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -80,11 +80,11 @@ //#include -#ifdef Q_WS_QWS +#ifndef DESKTOP_VERSION #include #include -#endif #include +#endif #endif // KAB_EMBEDDED #include "kcmconfigs/kcmkabconfig.h" diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index b57317f..fec2341 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro @@ -14,6 +14,9 @@ LIBS += ../bin/libmicrokdepim.so LIBS += ../bin/libmicrokde.so LIBS += ../bin/libmicrokabc.so LIBS += ../bin/libmicrokcal.so +LIBS += ../bin/libmicrogammu.so +LIBS += -lbluetooth +LIBS += -lsdp LIBS += -lldap OBJECTS_DIR = obj/unix MOC_DIR = moc/unix -- cgit v0.9.0.2