radioapp/radiopresetstorage/tsrc/t_radiopresetstorage.pro
changeset 47 74b7c6e79031
parent 34 bc10a61bd7d3
child 54 a8ba0c289b44
--- a/radioapp/radiopresetstorage/tsrc/t_radiopresetstorage.pro	Mon Aug 23 14:17:50 2010 +0300
+++ b/radioapp/radiopresetstorage/tsrc/t_radiopresetstorage.pro	Fri Sep 03 12:25:04 2010 +0300
@@ -1,3 +1,11 @@
+#
+# Copyright (c) 2010 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".
+#
 #
 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
@@ -11,7 +19,7 @@
 #
 # Contributors:
 #
-# Description:
+# Description: project file for radiopresetstorage's unit tests
 #
 
 TEMPLATE = app
@@ -19,7 +27,7 @@
 
 symbian: {
     TARGET.CAPABILITY = CAP_GENERAL_DLL
-    TARGET.SID = 0x101FF976 # Old visual radio uid
+    TARGET.SID = 0x2002EAD8
     MMP_RULES += SMPSAFE
 }
 
@@ -27,14 +35,9 @@
     inc \
     src
 INCLUDEPATH += . \
-    /epoc32/include/domain \
-    /epoc32/include/domain/middleware \
-    /epoc32/include/domain/applications \
-    /epoc32/include/osextensions \
-    /epoc32/include/middleware \
-    /epoc32/include/osextensions/stdapis/stlport \
     stub/inc \
     ../../../inc \
+    ../../../common \
     ../inc \
     ../../commoninc \
     ../../radioenginewrapper/inc \
@@ -44,10 +47,13 @@
 
 CONFIG += qtestlib
 
-symbian:LIBS += -lradiouiengine
-symbian:LIBS += -lradioenginewrapper
-symbian:LIBS += -lradiopresetstorage
+symbian:LIBS += -lfmradioenginewrapper
+symbian:LIBS += -lfmradiopresetstorage
+symbian:LIBS += -lfmradiouiengine
 
 
 HEADERS += inc/t_radiopresetstorage.h
 SOURCES += src/t_radiopresetstorage.cpp
+# Need to recompile radiostation_p.cpp here, because radiouiengine doesn't export its private
+# classes.
+SOURCES += ../../radiouiengine/src/radiostation_p.cpp