equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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: project file for radiouiengine tests |
|
15 * |
|
16 */ |
|
17 |
|
18 TEMPLATE = app |
|
19 TARGET = t_radiouiengine |
|
20 |
|
21 |
|
22 symbian: { |
|
23 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
24 TARGET.SID = 0x101FF976 # Old visual radio uid |
|
25 MMP_RULES += SMPSAFE |
|
26 } |
|
27 |
|
28 |
|
29 DEPENDPATH += . \ |
|
30 inc \ |
|
31 src |
|
32 INCLUDEPATH += . \ |
|
33 /epoc32/include/domain \ |
|
34 /epoc32/include/domain/middleware \ |
|
35 /epoc32/include/domain/applications \ |
|
36 /epoc32/include/osextensions \ |
|
37 /epoc32/include/middleware \ |
|
38 /epoc32/include/osextensions/stdapis/stlport \ |
|
39 stub/inc \ |
|
40 ../../../inc \ |
|
41 ../inc \ |
|
42 ../../commoninc \ |
|
43 ../../radioenginewrapper/inc \ |
|
44 ../../radiopresetstorage/inc \ |
|
45 ../../../../inc |
|
46 |
|
47 CONFIG += qtestlib |
|
48 |
|
49 symbian:LIBS += -lradiouiengine |
|
50 symbian:LIBS += -lradioenginewrapper |
|
51 symbian:LIBS += -lradiopresetstorage |
|
52 |
|
53 HEADERS += inc/t_radiostation.h |
|
54 SOURCES += src/t_radiostation.cpp |