musicservices/tsrc/unittest_musicservices/unittest_musicservices.pro
changeset 48 af3740e3753f
parent 22 ecf06a08d4d9
--- a/musicservices/tsrc/unittest_musicservices/unittest_musicservices.pro	Tue Jul 06 14:13:36 2010 +0300
+++ b/musicservices/tsrc/unittest_musicservices/unittest_musicservices.pro	Wed Aug 18 09:46:20 2010 +0300
@@ -1,34 +1,34 @@
+#
 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of "Eclipse Public License v1.0"
 # which accompanies this distribution, and is available
 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
 # Initial Contributors:
 # Nokia Corporation - initial contribution.
+#
 # Contributors:
-# Description: Unit test for MusicServices
+#
+# Description: musicservices unit test project file.
+#
 
 TEMPLATE = app
-
-CONFIG += qtestlib \
-    hb
-TARGET = 
-
-DEFINES += BUILD_MUSICSERVICES_LIB
-
-TARGET.CAPABILITY = All -TCB
+CONFIG += qtestlib hb symbian_test
+TARGET = unittest_musicservices
+TARGET.CAPABILITY = CAP_APPLICATION
 
 DEPENDPATH += .
 INCLUDEPATH += . \
-    ../../inc \
-    ../../../inc
-
+               ../../inc \
+               ../../../inc
 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
 
 LIBS += -lestor.dll \
-    -lfbscli.dll \
-    -lxqservice
+        -lfbscli.dll \
+        -lxqservice.dll \
+        -lxqserviceutil.dll
 
 HEADERS += inc/unittest_musicservices.h \
     ../../inc/musicservices.h \ 
@@ -39,3 +39,6 @@
         ../../src/musicservices.cpp \
         ../../src/getmusicservice.cpp \
     	../../src/playmusicservice.cpp  
+
+DEFINES += BUILD_MUSICSERVICES_LIB
+