qtinternetradio/irqsonghistory/irqsonghistory.pro
changeset 14 896e9dbc5f19
parent 11 f683e24efca3
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
    16 TARGET = irqsonghistory
    16 TARGET = irqsonghistory
    17 TARGET.CAPABILITY = CAP_GENERAL_DLL
    17 TARGET.CAPABILITY = CAP_GENERAL_DLL
    18 
    18 
    19 defFilePath = ..
    19 defFilePath = ..
    20 
    20 
    21 DEPENDPATH += src ..\..\internetradio2.0\songhistorysrc
    21 DEPENDPATH += src ../../internetradio2.0/irsonghistory/src
    22 LIBS += -lbafl -ledbms -lefsrv -lirsettings -lflogger
    22 LIBS += -lbafl -ledbms -lefsrv -lirsettings -lflogger
    23 
    23 
    24 INCLUDEPATH += inc \
    24 INCLUDEPATH += inc \
    25                ..\irqmediaplayer\inc \
    25                ../irqmediaplayer/inc \
    26                ..\irqcommon\inc \
    26                ../irqcommon/inc \
    27                ..\..\internetradio2.0\songhistoryinc \
    27                ../../internetradio2.0/irsettings/inc \
    28                ..\..\internetradio2.0\settingsinc \
    28                ../../internetradio2.0/inc \
    29                ..\..\internetradio2.0\include
    29                ../../internetradio2.0/irsonghistory/inc \
    30 
    30 
    31 MOC_DIR = moc
    31 MOC_DIR = moc
    32 
    32 
    33 symbian{
    33 symbian{
    34   TARGET.UID3 = 0xe009dfe1
    34   TARGET.UID3 = 0xe009dfe1
    35   TARGET.EPOCALLOWDLLDATA = 1
    35   TARGET.EPOCALLOWDLLDATA = 1
       
    36   MMP_RULES += SMPSAFE
    36 }
    37 }
    37 
    38 
    38 # Input
    39 # Input
    39 HEADERS += inc\irqsonghistoryengine.h \
    40 HEADERS += inc/irqsonghistoryengine.h \
    40            inc\irqsonghistoryinfo.h
    41            inc/irqsonghistoryinfo.h
    41 
    42 
    42 SOURCES += irqsonghistoryengine.cpp \
    43 SOURCES += irqsonghistoryengine.cpp \
    43            irqsonghistoryinfo.cpp \
    44            irqsonghistoryinfo.cpp \
    44            irsonghistorydb.cpp \
    45            irsonghistorydb.cpp \
    45            irsonghistoryinfo.cpp
    46            irsonghistoryinfo.cpp