controlpanelui/src/cpserviceprovider/cpserviceprovider.pro
changeset 33 0cfa53de576f
parent 21 2883a5458389
child 41 ab0490982943
--- a/controlpanelui/src/cpserviceprovider/cpserviceprovider.pro	Thu Aug 05 11:28:29 2010 +0800
+++ b/controlpanelui/src/cpserviceprovider/cpserviceprovider.pro	Tue Aug 24 10:56:32 2010 +0800
@@ -14,8 +14,8 @@
 # Description: cpserviceprovider project - qmake settings
 #
 
-TEMPLATE=app
-TARGET=cpserviceprovider
+TEMPLATE = app
+TARGET = cpserviceprovider
 
 CONFIG += hb service
 symbian:TARGET.UID3 = 0x2002873F
@@ -23,12 +23,11 @@
 include( ../common.pri )
 include( cpserviceprovider.pri )
 
-LIBS+=-lxqservice -lxqserviceutil -lcpframework
+# DEFINES += ENABLE_CPSP_LOG
+RESOURCES += cpserviceprovider.qrc
+
+LIBS += -lxqservice -lxqserviceutil -lcplogger -lcpframework
 
 SERVICE.FILE = service_conf.xml
 SERVICE.OPTIONS = embeddable
 SERVICE.OPTIONS += hidden
-
-libFiles.sources = xqservice.dll
-libFiles.path = "!:\sys\bin"
-DEPLOYMENT += libFiles