qtinternetradio/irqcommon/irqcommon.pro
changeset 11 f683e24efca3
parent 8 3b03c28289e6
child 12 608f67c22514
equal deleted inserted replaced
8:3b03c28289e6 11:f683e24efca3
    16 TARGET = irqutility
    16 TARGET = irqutility
    17 TARGET.CAPABILITY += CAP_GENERAL_DLL
    17 TARGET.CAPABILITY += CAP_GENERAL_DLL
    18 
    18 
    19 MOC_DIR = moc
    19 MOC_DIR = moc
    20 DEPENDPATH = src
    20 DEPENDPATH = src
    21 
    21 defFilePath = ..
    22 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    22 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    23 
    23 
    24 INCLUDEPATH += ../../internetradio2.0/datastructuresinc \
    24 INCLUDEPATH += ../../internetradio2.0/datastructuresinc \
    25                ../../internetradio2.0/presetplugininc
    25                ../../internetradio2.0/presetplugininc
    26 
    26 
    29         -lcone \
    29         -lcone \
    30         -lws32 \
    30         -lws32 \
    31         -lapgrfx \
    31         -lapgrfx \
    32         -lxqsettingsmanager \
    32         -lxqsettingsmanager \
    33         -lapmime \
    33         -lapmime \
       
    34         -lapparc \
    34         -lpsclient100
    35         -lpsclient100
    35         
    36         
    36 symbian{
    37 symbian{
    37   TARGET.UID3 = 0xef3c4675
    38   TARGET.UID3 = 0xef3c4675
    38   TARGET.EPOCALLOWDLLDATA = 1
    39   TARGET.EPOCALLOWDLLDATA = 1
    40        
    41        
    41 #input
    42 #input
    42 
    43 
    43 #header files list
    44 #header files list
    44 HEADERS += inc\irqisdsdatastructure.h \
    45 HEADERS += inc\irqisdsdatastructure.h \
    45            inc\irqutility.h
    46            inc\irqutility.h \
       
    47            inc\irservicedata.h \
       
    48            inc\irservicedef.h
    46                        
    49                        
    47 
    50 
    48 #source files list
    51 #source files list
    49 SOURCES += irqisdsdatastructure.cpp \
    52 SOURCES += irqisdsdatastructure.cpp \
    50            irqutility.cpp
    53            irqutility.cpp