contentstorage/caclient/caclient.pro
changeset 61 8e5041d13c84
parent 60 f62f87b200ec
child 66 32469d7d46ff
--- a/contentstorage/caclient/caclient.pro	Fri Mar 19 09:35:23 2010 +0200
+++ b/contentstorage/caclient/caclient.pro	Fri Apr 16 15:16:09 2010 +0300
@@ -15,9 +15,13 @@
 #
 
 TEMPLATE = lib
-CONFIG += hb
+CONFIG += hb mobility
 HB = hbcore
 
+MOBILITY = serviceframework
+# temporary solution to solve problems with SF in MW dependency
+qtAddLibrary(QtServiceFramework)
+
 DEFINES += CACLIENT_LIB
 
 include(../../common.pri)
@@ -47,8 +51,10 @@
         -laknicon \
         -lcharconv \
         -lfbscli \
-        -lbitgdi
+        -lbitgdi \
+        -lxqutils
 include(caclient_s60.pri)
+include(cahandler.pri)
 }
 
 win32: {