From 44c98b497ff1cb8cddba10b56435f136a583cce2 Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 27 Sep 2002 17:11:44 +0000 Subject: Added API for accessing the Contact-Database ! It is compiling, but please do not expect that anything is working ! I will debug that stuff in the next time .. Please read README_COMPILE for compiling ! --- (limited to 'libopie/pim/libopie.pro') diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index b17758a..1dacbe7 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro @@ -23,7 +23,12 @@ HEADERS = ofontmenu.h \ pim/opimaccesstemplate.h \ pim/opimaccessbackend.h \ pim/otodoaccess.h \ - pim/otodacessbackend.h + pim/otodacessbackend.h \ + pim/ocontact.h \ + pim/ocontactaccess.h \ + pim/ocontactaccessbackend.h \ + pim/ocontactaccessbackend_xml.h + SOURCES = ofontmenu.cc \ xmltree.cc \ tododb.cpp todoevent.cpp \ @@ -43,7 +48,9 @@ SOURCES = ofontmenu.cc \ pim/otodo.cpp \ pim/opimrecord.cpp \ pim/otodoaccess.cpp \ - pim/otodoaccessbackend.cpp + pim/otodoaccessbackend.cpp \ + pim/ocontact.cpp \ + pim/ocontactaccess.cpp TARGET = opie INCLUDEPATH += $(OPIEDIR)/include -- cgit v0.9.0.2