qtinternetradio/irqstatisticsreporter/irqstatisticsreporter.pro
changeset 11 f683e24efca3
parent 3 ee64f059b8e1
child 14 896e9dbc5f19
equal deleted inserted replaced
8:3b03c28289e6 11:f683e24efca3
    15 TEMPLATE = lib
    15 TEMPLATE = lib
    16 TARGET = irqstatisticsreporter
    16 TARGET = irqstatisticsreporter
    17 QT -= gui
    17 QT -= gui
    18 CONFIG += dll
    18 CONFIG += dll
    19 DEFINES += BUILD_IRQSTATISTICSREPORTER_DLL
    19 DEFINES += BUILD_IRQSTATISTICSREPORTER_DLL
       
    20 defFilePath = ..
    20 
    21 
    21 symbian{
    22 symbian{
    22   TARGET.UID3 = 0xe3801560
    23   TARGET.UID3 = 0xe3801560
    23   TARGET.EPOCALLOWDLLDATA = 1
    24   TARGET.EPOCALLOWDLLDATA = 1
    24   TARGET.CAPABILITY = CAP_GENERAL_DLL
    25   TARGET.CAPABILITY = CAP_GENERAL_DLL
    26 }
    27 }
    27 
    28 
    28 ########## Dependency Path ##############################
    29 ########## Dependency Path ##############################
    29 MOC_DIR = moc
    30 MOC_DIR = moc
    30 DEPENDPATH += src
    31 DEPENDPATH += src
    31 INCLUDEPATH += inc \
    32 INCLUDEPATH += /epoc32/include/platform \
       
    33                inc \
    32                ../irqcommon\inc \
    34                ../irqcommon\inc \
    33                ../irqisdsclient/inc \
    35                ../irqisdsclient/inc \
    34                ../irqnetworkcontroller/inc \
    36                ../irqnetworkcontroller/inc \
    35                ../irqnwkinfoobserver/inc \
    37                ../irqnwkinfoobserver/inc \
    36                ../irqlogger/inc \
    38                ../irqlogger/inc \