radioapp/radiowidgets/radiowidgets.pro
branchRCL_3
changeset 20 93c594350b9a
parent 19 cce62ebc198e
equal deleted inserted replaced
19:cce62ebc198e 20:93c594350b9a
     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 TMP_DIR_NAME = widgets
       
    18 include(../buildflags.pri)
       
    19 
       
    20 TEMPLATE    = lib
       
    21 TARGET      = fmradiowidgets
       
    22 CONFIG      += dll hb
       
    23 DEFINES     += BUILD_WIDGETS_DLL
       
    24 
       
    25 symbian:TARGET.UID3 = 0x2002FF4C
       
    26 
       
    27 INCLUDEPATH += inc
       
    28 INCLUDEPATH += ../radiouiengine/inc
       
    29 INCLUDEPATH += ../../common
       
    30 
       
    31 LIBS        += -lfmradiouiengine
       
    32 
       
    33 LOGGING_ENABLED:LIBS += -lfmradioenginewrapper
       
    34 
       
    35 DEPENDPATH  += $$INCLUDEPATH src
       
    36 
       
    37 # Input
       
    38 HEADERS     += radiowidgetsexport.h
       
    39 HEADERS     += radiowindow.h
       
    40 HEADERS     += radioutil.h
       
    41 HEADERS     += radioviewbase.h
       
    42 HEADERS     += radiouiloader.h
       
    43 HEADERS     += radiomainview.h
       
    44 HEADERS     += radiostripbase.h
       
    45 HEADERS     += radiofrequencystrip.h
       
    46 HEADERS     += radiofrequencystripbase.h
       
    47 HEADERS     += radiofrequencystripdef.h
       
    48 HEADERS     += radiofrequencyitem.h
       
    49 HEADERS     += radiostationsview.h
       
    50 HEADERS     += radiofrequencyscanner.h
       
    51 HEADERS     += radiofadinglabel.h
       
    52 HEADERS     += radiostationcarousel.h
       
    53 HEADERS     += radiocarouselitem.h
       
    54 HEADERS     += radiocarouselitemobserver.h
       
    55 HEADERS     += radiocarouselanimator.h
       
    56 HEADERS     += radiohistoryview.h
       
    57 
       
    58 SOURCES     += radiowindow.cpp
       
    59 SOURCES     += radioutil.cpp
       
    60 SOURCES     += radioviewbase.cpp
       
    61 SOURCES     += radiouiloader.cpp
       
    62 SOURCES     += radiomainview.cpp
       
    63 SOURCES     += radiostripbase.cpp
       
    64 SOURCES     += radiofrequencystrip.cpp
       
    65 SOURCES     += radiofrequencystripbase.cpp
       
    66 SOURCES     += radiofrequencyitem.cpp
       
    67 SOURCES     += radiostationsview.cpp
       
    68 SOURCES     += radiofrequencyscanner.cpp
       
    69 SOURCES     += radiofadinglabel.cpp
       
    70 SOURCES     += radiostationcarousel.cpp
       
    71 SOURCES     += radiocarouselitem.cpp
       
    72 SOURCES     += radiocarouselanimator.cpp
       
    73 SOURCES     += radiohistoryview.cpp
       
    74 
       
    75 DOCML       += res/layout/stationsview.docml res/layout/mainview.docml res/layout/historyview.docml
       
    76 RESOURCES   += res/fmradioui.qrc