qtinternetradio/irqsystemeventhandler/irqsystemeventhandler.pro
changeset 3 ee64f059b8e1
child 5 0930554dc389
equal deleted inserted replaced
2:2e1adbfc62af 3:ee64f059b8e1
       
     1 ######################################################################
       
     2 # Automatically generated by qmake (2.01a) Thu Mar 18 10:20:28 2010
       
     3 ######################################################################
       
     4 
       
     5 TEMPLATE = lib
       
     6 TARGET = irqsystemeventhandler
       
     7 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
     8 
       
     9 MOC_DIR = moc
       
    10 
       
    11 DEPENDPATH += . inc src
       
    12 INCLUDEPATH += .
       
    13 
       
    14 DEFINES += BUILD_IRQSYSTEMEVENTHANDLEREXPORTS_DLL
       
    15 
       
    16 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    17 
       
    18 LIBS += -lalarmclient \
       
    19         -lefsrv \
       
    20         -lplatformenv
       
    21   
       
    22 
       
    23 # Input
       
    24 HEADERS += inc/iralarmobserverinterface.h \           
       
    25            inc/iralarmobserver.h \
       
    26            inc/irdiskspaceobserver.h \
       
    27            inc/irdiskspaceobserverinterface.h \
       
    28            inc/irqsystemeventhandler.h \
       
    29            inc/irqsystemeventhandlerexport.h \
       
    30            inc/irqsystemeventhandler_p.h
       
    31            
       
    32            
       
    33 SOURCES += src/iralarmobserver.cpp \
       
    34            src/irdiskspaceobserver.cpp \
       
    35            src/irqsystemeventhandler.cpp \
       
    36            src/irqsystemeventhandler_p.cpp
       
    37 
       
    38 symbian{
       
    39   TARGET.UID3 = 0xEa421d0b
       
    40   TARGET.EPOCALLOWDLLDATA = 1
       
    41 }
       
    42 
       
    43 QT -= gui
       
    44            
       
    45 include(../common.pri)