24
|
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 |
#
|
|
9 |
# Initial Contributors:
|
|
10 |
# Nokia Corporation - initial contribution.
|
|
11 |
#
|
|
12 |
# Contributors:
|
|
13 |
#
|
|
14 |
# Description:
|
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = app
|
|
18 |
TARGET = t_radiopresetstorage
|
|
19 |
|
|
20 |
symbian: {
|
|
21 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
22 |
TARGET.SID = 0x101FF976 # Old visual radio uid
|
|
23 |
}
|
|
24 |
|
|
25 |
DEPENDPATH += . \
|
|
26 |
inc \
|
|
27 |
src
|
|
28 |
INCLUDEPATH += . \
|
|
29 |
/epoc32/include/domain \
|
|
30 |
/epoc32/include/domain/middleware \
|
|
31 |
/epoc32/include/domain/applications \
|
|
32 |
/epoc32/include/osextensions \
|
|
33 |
/epoc32/include/middleware \
|
|
34 |
/epoc32/include/osextensions/stdapis/stlport \
|
|
35 |
stub/inc \
|
|
36 |
../../../inc \
|
|
37 |
../inc \
|
|
38 |
../../commoninc \
|
|
39 |
../../radioenginewrapper/inc \
|
|
40 |
../../radiopresetstorage/inc \
|
|
41 |
../../radiouiengine/inc \
|
|
42 |
../../../../inc
|
|
43 |
|
|
44 |
CONFIG += qtestlib
|
|
45 |
|
|
46 |
symbian:LIBS += -lradiouiengine
|
|
47 |
symbian:LIBS += -lradioenginewrapper
|
|
48 |
symbian:LIBS += -lradiopresetstorage
|
|
49 |
|
|
50 |
|
|
51 |
HEADERS += inc/t_radiopresetstorage.h
|
|
52 |
SOURCES += src/t_radiopresetstorage.cpp
|