Release 0.5-1 contains (Muti-profile support, Contacts Integration)
[vicar] / src / vicar-lib / vicar-lib.pro
old mode 100644 (file)
new mode 100755 (executable)
index ef26364..25b0bc3
@@ -5,7 +5,7 @@ INCLUDEPATH += /usr/include/gconf/2 \
 LIBS += /usr/lib/libgconf-2.so
 CONFIG += qt debug staticlib
 CONFIG -= gui
-QT += dbus
+QT += dbus sql
 QT -= gui
 TARGET = vicar
 TEMPLATE = lib
@@ -15,9 +15,20 @@ OBJECTS_DIR = objs
 DESTDIR = ../lib
 
 SOURCES += src/dbusutility.cpp \
-    src/gconfutility.cpp
+    src/gconfutility.cpp \
+    src/telepathyutility.cpp \
+    src/accountmanagerproxy.cpp \
+    src/accountproxy.cpp \
+    src/accountcompatproxy.cpp \
+    src/databaseutility.cpp
 HEADERS += src/dbusutility.h \
-    src/gconfutility.h
+    src/gconfutility.h \
+    src/telepathyutility.h \
+    src/accountmanagerproxy.h \
+    src/accountproxy.h \
+    src/accountcompatproxy.h \
+    src/databaseutility.h \
+    src/vicarprofiletypes.h
 
 #MAKE INSTALL
 INSTALLDIR = /../../debian/vicar