author | Pat Downey <patd@symbian.org> |
Wed, 23 Jun 2010 17:20:24 +0100 | |
changeset 29 | 29ba091146f4 |
parent 28 | 075425b8d9a4 |
child 32 | 189d20c34778 |
child 34 | bc10a61bd7d3 |
permissions | -rw-r--r-- |
24 | 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: |
|
15 |
# |
|
16 |
||
17 |
include(../buildflags.pri) |
|
18 |
||
19 |
TEMPLATE = lib |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
20 |
TARGET = fmradiouiengine |
24 | 21 |
CONFIG += dll |
22 |
DEFINES += BUILD_UI_ENGINE_DLL |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
23 |
|
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
24 |
symbian:TARGET.UID3 = 0x2002EADA |
24 | 25 |
|
26 |
# Wrapper does not depend on QtGui or Orbit |
|
27 |
QT = core gui network sql |
|
28 |
CONFIG -= hb |
|
29 |
||
30 |
INCLUDEPATH += inc |
|
31 |
INCLUDEPATH += ../radiopresetstorage/inc |
|
32 |
INCLUDEPATH += ../radioenginewrapper/inc |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
33 |
INCLUDEPATH += ../../common |
24 | 34 |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
35 |
LIBS += -lfmradiopresetstorage |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
36 |
LIBS += -lfmradioenginewrapper |
24 | 37 |
|
38 |
symbian:LIBS += -lxqservice |
|
39 |
symbian:LIBS += -lxqserviceutil |
|
40 |
symbian:LIBS += -lxqsettingsmanager |
|
41 |
||
42 |
DEPENDPATH += $$INCLUDEPATH src |
|
43 |
||
44 |
# $$_PRO_FILE_PWD_ points to the directory of the pro file |
|
45 |
MOC_DIR = $$_PRO_FILE_PWD_/tmp |
|
46 |
||
47 |
# Input |
|
48 |
HEADERS += radiouiengineexport.h |
|
49 |
HEADERS += radiostation.h |
|
50 |
HEADERS += radiostationmodel.h |
|
51 |
HEADERS += radiouiengine.h |
|
52 |
HEADERS += radiohistoryitem.h |
|
53 |
HEADERS += radiohistorymodel.h |
|
54 |
HEADERS += radioscannerengine.h |
|
55 |
HEADERS += radioservicedef.h |
|
56 |
HEADERS += radionotificationdata.h |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
57 |
HEADERS += radiogenrelocalizer.h |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
58 |
HEADERS += radiocontrolservice.h |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
59 |
HEADERS += radiomonitorservice.h |
24 | 60 |
|
61 |
INTERNAL_HEADERS += radiostation_p.h |
|
62 |
INTERNAL_HEADERS += radiohistoryitem_p.h |
|
63 |
INTERNAL_HEADERS += radiohistorymodel_p.h |
|
64 |
INTERNAL_HEADERS += radiouiengine_p.h |
|
65 |
INTERNAL_HEADERS += radiostationmodel_p.h |
|
66 |
INTERNAL_HEADERS += radioscannerengine_p.h |
|
67 |
||
68 |
win32:HEADERS += $$INTERNAL_HEADERS |
|
69 |
||
70 |
SOURCES += radiostation.cpp |
|
71 |
SOURCES += radiostation_p.cpp |
|
72 |
SOURCES += radiostationmodel.cpp |
|
73 |
SOURCES += radiostationmodel_p.cpp |
|
74 |
SOURCES += radiouiengine.cpp |
|
75 |
SOURCES += radiouiengine_p.cpp |
|
76 |
SOURCES += radiohistoryitem.cpp |
|
77 |
SOURCES += radiohistoryitem_p.cpp |
|
78 |
SOURCES += radiohistorymodel.cpp |
|
79 |
SOURCES += radiohistorymodel_p.cpp |
|
80 |
SOURCES += radioscannerengine.cpp |
|
81 |
SOURCES += radioscannerengine_p.cpp |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
82 |
SOURCES += radiocontrolservice.cpp |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
83 |
SOURCES += radiomonitorservice.cpp |