phoneengine/phoneservices/phoneservices.pri
changeset 46 bc5a64e5bc3c
parent 45 6b911d05207e
child 51 f39ed5e045e0
--- a/phoneengine/phoneservices/phoneservices.pri	Wed Jun 23 18:12:20 2010 +0300
+++ b/phoneengine/phoneservices/phoneservices.pri	Tue Jul 06 14:15:47 2010 +0300
@@ -19,14 +19,22 @@
     ./src/dialservice.cpp \
     ./src/dtmfservice.cpp \
     ./src/dialservicedepricated.cpp \
-    ./src/dtmfservicedepricated.cpp
+    ./src/dtmfservicedepricated.cpp \
+    ./src/urischemehandlerservice.cpp \
+    ./src/urischemeparser.cpp \
+    ./src/telurischemeparser.cpp \
+    ./src/ctiurischemeparser.cpp
 
 HEADERS=\
     ./inc/phoneservices.h \
     ./inc/dialservice.h \
     ./inc/dtmfservice.h \
     ./inc/dialservicedepricated.h \
-    ./inc/dtmfservicedepricated.h
+    ./inc/dtmfservicedepricated.h \
+    ./inc/urischemehandlerservice.h \
+    ./inc/urischemeparser.h \
+    ./inc/telurischemeparser.h \
+    ./inc/ctiurischemeparser.h
     
 PHONESERVICES_API_HEADERS=\
 		./inc/phoneservices.h