usbuis/usbuinotif/usbuinotif.pro
changeset 60 7d710eb9330d
parent 53 ff06ad965fd1
child 93 2dc695882abd
equal deleted inserted replaced
59:298dad5438a3 60:7d710eb9330d
    14     src/usbuinotifotgwarning.cpp \
    14     src/usbuinotifotgwarning.cpp \
    15     src/usbuinotifotgerror.cpp \
    15     src/usbuinotifotgerror.cpp \
    16     src/usbuinotifmsmmerror.cpp \
    16     src/usbuinotifmsmmerror.cpp \
    17     src/usbuinmain.cpp
    17     src/usbuinmain.cpp
    18 TRANSLATIONS = usbdialogs.ts
    18 TRANSLATIONS = usbdialogs.ts
       
    19 
       
    20 defBlock = \      
       
    21     "$${LITERAL_HASH}if defined(EABI)" \
       
    22     "DEFFILE  .\eabi/usbavkonnotif.def" \
       
    23     "$${LITERAL_HASH}else" \
       
    24     "DEFFILE  .\BWINS/usbavkonnotif.def" \
       
    25     "$${LITERAL_HASH}endif"
       
    26 	
       
    27 MMP_RULES += defBlock
       
    28 
    19 
    29 
    20 symbian*: { 
    30 symbian*: { 
    21     TARGET.UID2 = 0x10009D8D 
    31     TARGET.UID2 = 0x10009D8D 
    22     TARGET.UID3 = 0x102068DC
    32     TARGET.UID3 = 0x102068DC
    23     TARGET.CAPABILITY = CAP_ECOM_PLUGIN 
    33     TARGET.CAPABILITY = CAP_ECOM_PLUGIN 
    39    LIBS += -lecom \
    49    LIBS += -lecom \
    40    -lbafl \
    50    -lbafl \
    41    -lcommonengine \
    51    -lcommonengine \
    42    -lcentralrepository \
    52    -lcentralrepository \
    43    -lusbman \
    53    -lusbman \
    44    -lflogger
    54    -lflogger \
       
    55    -lcone \
       
    56    -leiksrv
    45 }
    57 }
    46 
    58