radioapp/radiouiengine/radiouiengine.pro
changeset 32 189d20c34778
parent 28 075425b8d9a4
child 33 11b6825f0862
equal deleted inserted replaced
28:075425b8d9a4 32:189d20c34778
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 
    16 
       
    17 TMP_DIR_NAME = uiengine
    17 include(../buildflags.pri)
    18 include(../buildflags.pri)
    18 
    19 
    19 TEMPLATE    = lib
    20 TEMPLATE    = lib
    20 TARGET      = fmradiouiengine
    21 TARGET      = fmradiouiengine
    21 CONFIG      += dll
    22 CONFIG      += dll
    22 DEFINES     += BUILD_UI_ENGINE_DLL
    23 DEFINES     += BUILD_UI_ENGINE_DLL
    23 
    24 
    24 symbian:TARGET.UID3 = 0x2002EADA
    25 symbian:TARGET.UID3 = 0x2002EADA
    25 
    26 
    26 # Wrapper does not depend on QtGui or Orbit
    27 # UI engine does not depend on Orbit
    27 QT          = core gui network sql
    28 QT          = core gui network sql
    28 CONFIG      -= hb
    29 CONFIG      -= hb
    29 
    30 
    30 INCLUDEPATH += inc
    31 INCLUDEPATH += inc
    31 INCLUDEPATH += ../radiopresetstorage/inc
    32 INCLUDEPATH += ../radiopresetstorage/inc
    38 symbian:LIBS += -lxqservice
    39 symbian:LIBS += -lxqservice
    39 symbian:LIBS += -lxqserviceutil
    40 symbian:LIBS += -lxqserviceutil
    40 symbian:LIBS += -lxqsettingsmanager
    41 symbian:LIBS += -lxqsettingsmanager
    41 
    42 
    42 DEPENDPATH += $$INCLUDEPATH src
    43 DEPENDPATH += $$INCLUDEPATH src
    43 
       
    44 # $$_PRO_FILE_PWD_ points to the directory of the pro file
       
    45 MOC_DIR = $$_PRO_FILE_PWD_/tmp
       
    46 
    44 
    47 # Input
    45 # Input
    48 HEADERS += radiouiengineexport.h
    46 HEADERS += radiouiengineexport.h
    49 HEADERS += radiostation.h
    47 HEADERS += radiostation.h
    50 HEADERS += radiostationmodel.h
    48 HEADERS += radiostationmodel.h