diff -r 218231f2b3b3 -r f45583a69686 usbuis/usbuinotif/usbuinotif.pro --- a/usbuis/usbuinotif/usbuinotif.pro Fri Jun 11 14:38:00 2010 +0300 +++ b/usbuis/usbuinotif/usbuinotif.pro Wed Jun 23 19:20:39 2010 +0300 @@ -17,6 +17,16 @@ src/usbuinmain.cpp TRANSLATIONS = usbdialogs.ts +defBlock = \ + "$${LITERAL_HASH}if defined(EABI)" \ + "DEFFILE .\eabi/usbavkonnotif.def" \ + "$${LITERAL_HASH}else" \ + "DEFFILE .\BWINS/usbavkonnotif.def" \ + "$${LITERAL_HASH}endif" + +MMP_RULES += defBlock + + symbian*: { TARGET.UID2 = 0x10009D8D TARGET.UID3 = 0x102068DC @@ -41,6 +51,8 @@ -lcommonengine \ -lcentralrepository \ -lusbman \ - -lflogger + -lflogger \ + -lcone \ + -leiksrv }