radioapp/radiouiengine/radiouiengine.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 = uiengine
       
    18 include(../buildflags.pri)
       
    19 
       
    20 TEMPLATE    = lib
       
    21 TARGET      = fmradiouiengine
       
    22 CONFIG      += dll
       
    23 DEFINES     += BUILD_UI_ENGINE_DLL
       
    24 
       
    25 symbian:TARGET.UID3 = 0x2002EADA
       
    26 
       
    27 # UI engine does not depend on Orbit
       
    28 QT          = core gui network sql
       
    29 CONFIG      -= hb
       
    30 
       
    31 INCLUDEPATH += inc
       
    32 INCLUDEPATH += ../radiopresetstorage/inc
       
    33 INCLUDEPATH += ../radioenginewrapper/inc
       
    34 INCLUDEPATH += ../../common
       
    35 
       
    36 LIBS += -lfmradiopresetstorage
       
    37 LIBS += -lfmradioenginewrapper
       
    38 
       
    39 symbian:LIBS += -lxqservice
       
    40 symbian:LIBS += -lxqserviceutil
       
    41 symbian:LIBS += -lxqsettingsmanager
       
    42 
       
    43 DEPENDPATH += $$INCLUDEPATH src
       
    44 
       
    45 # Input
       
    46 HEADERS += radiouiengineexport.h
       
    47 HEADERS += radiostation.h
       
    48 HEADERS += radiostationmodel.h
       
    49 HEADERS += radiouiengine.h
       
    50 HEADERS += radiohistoryitem.h
       
    51 HEADERS += radiohistorydatabase.h
       
    52 HEADERS += radiohistorymodel.h
       
    53 HEADERS += radioscannerengine.h
       
    54 HEADERS += radioservicedef.h
       
    55 HEADERS += radionotificationdata.h
       
    56 HEADERS += radiogenrelocalizer.h
       
    57 HEADERS += radiocontrolservice.h
       
    58 HEADERS += radiomonitorservice.h
       
    59 
       
    60 INTERNAL_HEADERS += radiostation_p.h
       
    61 INTERNAL_HEADERS += radiohistoryitem_p.h
       
    62 INTERNAL_HEADERS += radiohistorymodel_p.h
       
    63 INTERNAL_HEADERS += radiouiengine_p.h
       
    64 INTERNAL_HEADERS += radiostationmodel_p.h
       
    65 INTERNAL_HEADERS += radioscannerengine_p.h
       
    66 
       
    67 win32:HEADERS += $$INTERNAL_HEADERS
       
    68 
       
    69 SOURCES += radiostation.cpp
       
    70 SOURCES += radiostation_p.cpp
       
    71 SOURCES += radiostationmodel.cpp
       
    72 SOURCES += radiostationmodel_p.cpp
       
    73 SOURCES += radiouiengine.cpp
       
    74 SOURCES += radiouiengine_p.cpp
       
    75 SOURCES += radiohistoryitem.cpp
       
    76 SOURCES += radiohistoryitem_p.cpp
       
    77 SOURCES += radiohistorydatabase.cpp
       
    78 SOURCES += radiohistorymodel.cpp
       
    79 SOURCES += radiohistorymodel_p.cpp
       
    80 SOURCES += radioscannerengine.cpp
       
    81 SOURCES += radioscannerengine_p.cpp
       
    82 SOURCES += radiocontrolservice.cpp
       
    83 SOURCES += radiomonitorservice.cpp