author | hgs |
Thu, 08 Jul 2010 12:44:18 +0300 | |
changeset 36 | ba22309243a1 |
parent 34 | bc10a61bd7d3 |
child 37 | 451b2e1545b2 |
child 38 | f8c3d4e6102c |
child 41 | 3a6b55c6390c |
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 |
||
34 | 17 |
TMP_DIR_NAME = widgets |
24 | 18 |
include(../buildflags.pri) |
19 |
||
20 |
TEMPLATE = lib |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
21 |
TARGET = fmradiowidgets |
24 | 22 |
CONFIG += dll hb |
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
23 |
CONFIG += mobility |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
24 |
MOBILITY = systeminfo |
24 | 25 |
DEFINES += BUILD_WIDGETS_DLL |
26 |
||
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
27 |
symbian:TARGET.UID3 = 0x2002FF4C |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
28 |
|
24 | 29 |
INCLUDEPATH += inc |
30 |
INCLUDEPATH += ../radiouiengine/inc |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
31 |
INCLUDEPATH += ../../common |
24 | 32 |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
33 |
LIBS += -lfmradiouiengine |
24 | 34 |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
35 |
LOGGING_ENABLED:LIBS += -lfmradioenginewrapper |
24 | 36 |
|
37 |
DEPENDPATH += $$INCLUDEPATH src |
|
38 |
||
39 |
# Input |
|
40 |
HEADERS += radiowidgetsexport.h |
|
41 |
HEADERS += radiowindow.h |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
42 |
HEADERS += radioutil.h |
24 | 43 |
HEADERS += radioviewbase.h |
44 |
HEADERS += radiouiloader.h |
|
45 |
HEADERS += radiomainview.h |
|
46 |
HEADERS += radiostripbase.h |
|
47 |
HEADERS += radiofrequencystrip.h |
|
48 |
HEADERS += radiofrequencyitem.h |
|
49 |
HEADERS += radiostationsview.h |
|
50 |
HEADERS += radiofrequencyscanner.h |
|
51 |
HEADERS += radiofadinglabel.h |
|
52 |
HEADERS += radiostationcarousel.h |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
53 |
HEADERS += radiocarouselitem.h |
34 | 54 |
HEADERS += radiocarouselitemobserver.h |
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
55 |
HEADERS += radiocarouselanimator.h |
24 | 56 |
HEADERS += radiohistoryview.h |
57 |
||
58 |
SOURCES += radiowindow.cpp |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
59 |
SOURCES += radioutil.cpp |
24 | 60 |
SOURCES += radioviewbase.cpp |
61 |
SOURCES += radiouiloader.cpp |
|
62 |
SOURCES += radiomainview.cpp |
|
63 |
SOURCES += radiostripbase.cpp |
|
64 |
SOURCES += radiofrequencystrip.cpp |
|
65 |
SOURCES += radiofrequencyitem.cpp |
|
66 |
SOURCES += radiostationsview.cpp |
|
67 |
SOURCES += radiofrequencyscanner.cpp |
|
68 |
SOURCES += radiofadinglabel.cpp |
|
69 |
SOURCES += radiostationcarousel.cpp |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
70 |
SOURCES += radiocarouselitem.cpp |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
71 |
SOURCES += radiocarouselanimator.cpp |
24 | 72 |
SOURCES += radiohistoryview.cpp |
73 |
||
74 |
RESOURCES += res/fmradioui.qrc |