radioapp/radiouiengine/radiouiengine.pro
changeset 28 075425b8d9a4
parent 24 6df133bd92e1
child 32 189d20c34778
child 34 bc10a61bd7d3
equal deleted inserted replaced
24:6df133bd92e1 28:075425b8d9a4
    15 #
    15 #
    16 
    16 
    17 include(../buildflags.pri)
    17 include(../buildflags.pri)
    18 
    18 
    19 TEMPLATE    = lib
    19 TEMPLATE    = lib
    20 TARGET      = radiouiengine
    20 TARGET      = fmradiouiengine
    21 CONFIG      += dll
    21 CONFIG      += dll
    22 DEFINES     += BUILD_UI_ENGINE_DLL
    22 DEFINES     += BUILD_UI_ENGINE_DLL
    23 win32:DESTDIR = ../bin
    23 
       
    24 symbian:TARGET.UID3 = 0x2002EADA
    24 
    25 
    25 # Wrapper does not depend on QtGui or Orbit
    26 # Wrapper does not depend on QtGui or Orbit
    26 QT          = core gui network sql
    27 QT          = core gui network sql
    27 CONFIG      -= hb
    28 CONFIG      -= hb
    28 CONFIG      += mobility
       
    29 MOBILITY    = systeminfo
       
    30 
       
    31 symbian: {
       
    32     DEFINES += SYMBIAN
       
    33     TARGET.EPOCALLOWDLLDATA = 1
       
    34     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    35 }
       
    36 
    29 
    37 INCLUDEPATH += inc
    30 INCLUDEPATH += inc
    38 INCLUDEPATH += ../radiopresetstorage/inc
    31 INCLUDEPATH += ../radiopresetstorage/inc
    39 INCLUDEPATH += ../radioenginewrapper/inc
    32 INCLUDEPATH += ../radioenginewrapper/inc
    40 INCLUDEPATH += ../commoninc
    33 INCLUDEPATH += ../../common
    41 
    34 
    42 win32:LIBS += -L../bin
    35 LIBS += -lfmradiopresetstorage
    43 
    36 LIBS += -lfmradioenginewrapper
    44 LIBS += -lradiopresetstorage
       
    45 LIBS += -lradioenginewrapper
       
    46 
    37 
    47 symbian:LIBS += -lxqservice
    38 symbian:LIBS += -lxqservice
    48 symbian:LIBS += -lxqserviceutil
    39 symbian:LIBS += -lxqserviceutil
    49 symbian:LIBS += -lxqsettingsmanager
    40 symbian:LIBS += -lxqsettingsmanager
    50 
    41 
    55 
    46 
    56 # Input
    47 # Input
    57 HEADERS += radiouiengineexport.h
    48 HEADERS += radiouiengineexport.h
    58 HEADERS += radiostation.h
    49 HEADERS += radiostation.h
    59 HEADERS += radiostationmodel.h
    50 HEADERS += radiostationmodel.h
    60 HEADERS += radiostationfiltermodel.h
       
    61 HEADERS += radiouiengine.h
    51 HEADERS += radiouiengine.h
    62 HEADERS += radiohistoryitem.h
    52 HEADERS += radiohistoryitem.h
    63 HEADERS += radiohistorymodel.h
    53 HEADERS += radiohistorymodel.h
    64 HEADERS += radiocarouselmodel.h
       
    65 HEADERS += radioscannerengine.h
    54 HEADERS += radioscannerengine.h
    66 HEADERS += radioservicedef.h
    55 HEADERS += radioservicedef.h
    67 HEADERS += radionotificationdata.h
    56 HEADERS += radionotificationdata.h
    68 
    57 HEADERS += radiogenrelocalizer.h
    69 symbian:HEADERS += radiocontrolservice.h
    58 HEADERS += radiocontrolservice.h
    70 symbian:HEADERS += radiomonitorservice.h
    59 HEADERS += radiomonitorservice.h
    71 win32:HEADERS += radiomonitorservice_win32.h
       
    72 
    60 
    73 INTERNAL_HEADERS += radiostation_p.h
    61 INTERNAL_HEADERS += radiostation_p.h
    74 INTERNAL_HEADERS += radiohistoryitem_p.h
    62 INTERNAL_HEADERS += radiohistoryitem_p.h
    75 INTERNAL_HEADERS += radiohistorymodel_p.h
    63 INTERNAL_HEADERS += radiohistorymodel_p.h
    76 INTERNAL_HEADERS += radiocarouselmodel_p.h
       
    77 INTERNAL_HEADERS += radiouiengine_p.h
    64 INTERNAL_HEADERS += radiouiengine_p.h
    78 INTERNAL_HEADERS += radiostationmodel_p.h
    65 INTERNAL_HEADERS += radiostationmodel_p.h
    79 INTERNAL_HEADERS += radioscannerengine_p.h
    66 INTERNAL_HEADERS += radioscannerengine_p.h
    80 
    67 
    81 win32:HEADERS += $$INTERNAL_HEADERS
    68 win32:HEADERS += $$INTERNAL_HEADERS
    82 
    69 
    83 SOURCES += radiostation.cpp
    70 SOURCES += radiostation.cpp
    84 SOURCES += radiostation_p.cpp
    71 SOURCES += radiostation_p.cpp
    85 SOURCES += radiostationmodel.cpp
    72 SOURCES += radiostationmodel.cpp
    86 SOURCES += radiostationmodel_p.cpp
    73 SOURCES += radiostationmodel_p.cpp
    87 SOURCES += radiostationfiltermodel.cpp
       
    88 SOURCES += radiouiengine.cpp
    74 SOURCES += radiouiengine.cpp
    89 SOURCES += radiouiengine_p.cpp
    75 SOURCES += radiouiengine_p.cpp
    90 SOURCES += radiohistoryitem.cpp
    76 SOURCES += radiohistoryitem.cpp
    91 SOURCES += radiohistoryitem_p.cpp
    77 SOURCES += radiohistoryitem_p.cpp
    92 SOURCES += radiohistorymodel.cpp
    78 SOURCES += radiohistorymodel.cpp
    93 SOURCES += radiohistorymodel_p.cpp
    79 SOURCES += radiohistorymodel_p.cpp
    94 SOURCES += radiocarouselmodel.cpp
       
    95 SOURCES += radiocarouselmodel_p.cpp
       
    96 SOURCES += radioscannerengine.cpp
    80 SOURCES += radioscannerengine.cpp
    97 SOURCES += radioscannerengine_p.cpp
    81 SOURCES += radioscannerengine_p.cpp
    98 
    82 SOURCES += radiocontrolservice.cpp
    99 symbian:SOURCES += radiocontrolservice.cpp
    83 SOURCES += radiomonitorservice.cpp
   100 symbian:SOURCES += radiomonitorservice.cpp
       
   101 win32:SOURCES += radiomonitorservice_win32.cpp