47
|
1 |
#
|
|
2 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
# All rights reserved.
|
|
4 |
# This component and the accompanying materials are made available
|
|
5 |
# under the terms of "Eclipse Public License v1.0"
|
|
6 |
# which accompanies this distribution, and is available
|
|
7 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
#
|
24
|
9 |
#
|
|
10 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
11 |
# All rights reserved.
|
|
12 |
# This component and the accompanying materials are made available
|
|
13 |
# under the terms of "Eclipse Public License v1.0"
|
|
14 |
# which accompanies this distribution, and is available
|
|
15 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
16 |
#
|
|
17 |
# Initial Contributors:
|
|
18 |
# Nokia Corporation - initial contribution.
|
|
19 |
#
|
|
20 |
# Contributors:
|
|
21 |
#
|
47
|
22 |
# Description: project file for radiopresetstorage's unit tests
|
24
|
23 |
#
|
|
24 |
|
|
25 |
TEMPLATE = app
|
|
26 |
TARGET = t_radiopresetstorage
|
|
27 |
|
|
28 |
symbian: {
|
|
29 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
47
|
30 |
TARGET.SID = 0x2002EAD8
|
34
|
31 |
MMP_RULES += SMPSAFE
|
24
|
32 |
}
|
|
33 |
|
|
34 |
DEPENDPATH += . \
|
|
35 |
inc \
|
|
36 |
src
|
|
37 |
INCLUDEPATH += . \
|
|
38 |
stub/inc \
|
|
39 |
../../../inc \
|
47
|
40 |
../../../common \
|
24
|
41 |
../inc \
|
|
42 |
../../commoninc \
|
|
43 |
../../radioenginewrapper/inc \
|
|
44 |
../../radiopresetstorage/inc \
|
|
45 |
../../radiouiengine/inc \
|
|
46 |
../../../../inc
|
|
47 |
|
|
48 |
CONFIG += qtestlib
|
|
49 |
|
47
|
50 |
symbian:LIBS += -lfmradioenginewrapper
|
|
51 |
symbian:LIBS += -lfmradiopresetstorage
|
|
52 |
symbian:LIBS += -lfmradiouiengine
|
24
|
53 |
|
|
54 |
|
|
55 |
HEADERS += inc/t_radiopresetstorage.h
|
|
56 |
SOURCES += src/t_radiopresetstorage.cpp
|
47
|
57 |
# Need to recompile radiostation_p.cpp here, because radiouiengine doesn't export its private
|
|
58 |
# classes.
|
|
59 |
SOURCES += ../../radiouiengine/src/radiostation_p.cpp
|