mpdata/tsrc/unittest_mpplaybackdata/unittest_mpplaybackdata.pro
changeset 43 0f32e550d9d8
parent 22 ecf06a08d4d9
--- a/mpdata/tsrc/unittest_mpplaybackdata/unittest_mpplaybackdata.pro	Fri Jun 25 17:21:37 2010 -0500
+++ b/mpdata/tsrc/unittest_mpplaybackdata/unittest_mpplaybackdata.pro	Fri Jul 09 16:27:03 2010 -0500
@@ -11,21 +11,19 @@
 #
 # Contributors:
 #
-# Description: 
+# Description: mpplaybackdata unit test project file.
 #
 
 TEMPLATE = app
-CONFIG += qtestlib hb
-TARGET = 
+CONFIG += qtestlib hb symbian_test
+TARGET = unittest_mpplaybackdata
+TARGET.CAPABILITY = CAP_APPLICATION
 
 DEPENDPATH += .
 INCLUDEPATH += . \
-	stub/inc \
-    ../../inc \
-    ../../../inc
-
-
-    
+               stub/inc \
+               ../../inc \
+               ../../../inc
 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
 
 LIBS += -lestor.dll \
@@ -34,10 +32,10 @@
 HEADERS += inc/unittest_mpplaybackdata.h \        
            stub/inc/thumbnailmanager_qt.h \
            ../../../inc/mpplaybackdata.h 
-           
                
 SOURCES += src/unittest_mpplaybackdata.cpp \
-		       ../../src/mpplaybackdata.cpp \
+           ../../src/mpplaybackdata.cpp \
            stub/src/thumbnailmanager_qt.cpp
 
 DEFINES += BUILD_MPDATA_LIB
+