34
|
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_radiohswidget
|
|
19 |
|
|
20 |
DEFINES -= XQSETTINGSMANAGER_LIBRARY
|
|
21 |
DEFINES += XQSETTINGSMANAGER_NO_LIBRARY
|
|
22 |
DEFINES -= XQSERVICE_EXPORT
|
|
23 |
DEFINES += XQ_BUILD_XQSERVICE_LIB
|
|
24 |
DEFINES -= XQSERVICEUTIL_EXPORT
|
|
25 |
DEFINES += XQ_BUILD_XQSERVICEUTIL_LIB
|
|
26 |
|
|
27 |
symbian: {
|
|
28 |
TARGET.CAPABILITY = All -TCB -DRM
|
|
29 |
CONFIG -= hb
|
|
30 |
MMP_RULES += SMPSAFE
|
|
31 |
}
|
|
32 |
|
|
33 |
INCLUDEPATH += ../stub
|
|
34 |
INCLUDEPATH += ../../common
|
|
35 |
|
|
36 |
QT += core
|
|
37 |
QT += testlib
|
|
38 |
|
|
39 |
CONFIG += qtestlib
|
|
40 |
|
|
41 |
HEADERS += inc/t_radiohswidget.h
|
|
42 |
HEADERS += inc/radiohswidget.h
|
|
43 |
HEADERS += ../stub/xqsettingsmanager.h
|
|
44 |
HEADERS += ../stub/xqsettingskey.h
|
|
45 |
HEADERS += ../stub/xqapplicationmanager.h
|
|
46 |
HEADERS += ../stub/xqaiwrequest.h
|
|
47 |
HEADERS += ../stub/xqrequestinfo.h
|
|
48 |
HEADERS += ../stub/xqaiwinterfacedescriptor.h
|
|
49 |
HEADERS += ../inc/radiohswidgetprofilereader.h
|
|
50 |
HEADERS += ../inc/radiohswidgetradioserviceclient.h
|
|
51 |
|
|
52 |
SOURCES += src/t_radiohswidget.cpp
|
|
53 |
SOURCES += src/radiohswidget.cpp
|
|
54 |
SOURCES += ../stub/xqsettingsmanager.cpp
|
|
55 |
SOURCES += ../stub/xqsettingskey.cpp
|
|
56 |
SOURCES += ../stub/xqapplicationmanager.cpp
|
|
57 |
SOURCES += ../stub/xqaiwrequest.cpp
|
|
58 |
SOURCES += ../stub/xqrequestinfo.cpp
|
|
59 |
SOURCES += ../stub/xqaiwinterfacedescriptor.cpp
|
|
60 |
SOURCES += ../src/radiohswidgetprofilereader.cpp
|
|
61 |
SOURCES += ../src/radiohswidgetradioserviceclient.cpp
|
|
62 |
SOURCES += ../../common/radiologger.cpp
|
|
63 |
|
|
64 |
include(buildflags.pri)
|