usbuis/usbuinotif/usbuinotif.pro
changeset 60 7d710eb9330d
parent 53 ff06ad965fd1
child 93 2dc695882abd
--- a/usbuis/usbuinotif/usbuinotif.pro	Mon Jul 12 23:53:15 2010 +0300
+++ b/usbuis/usbuinotif/usbuinotif.pro	Tue Jul 13 00:03:51 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
 }