securitysettings/qtconfigutils/eapqtconfiginterface/eapqtconfiginterface.pro
changeset 52 c23bdf5a328a
parent 39 fe6b6762fccd
--- a/securitysettings/qtconfigutils/eapqtconfiginterface/eapqtconfiginterface.pro	Fri Sep 17 08:30:11 2010 +0300
+++ b/securitysettings/qtconfigutils/eapqtconfiginterface/eapqtconfiginterface.pro	Mon Oct 04 00:19:54 2010 +0300
@@ -15,7 +15,7 @@
 #	EAP method configuration QT interface
 #
 
-# %version: 25 %
+# %version: 28 %
 
 
 TEMPLATE            = lib
@@ -29,7 +29,8 @@
 CONFIG += hb
 
 # translations
-TRANSLATIONS = cpeapuiplugins.ts
+TRANSLATIONS += cpeapuiplugins.ts \
+				eapprompts.ts
 
 # Storage for generated files
 MOC_DIR     = _build
@@ -37,7 +38,8 @@
 OBJECTS_DIR = _build
 
 INCLUDEPATH += \
-    ../../inc
+    ../../inc \
+    ../../../inc/pacstore_inc
    
 HEADERS += \
     inc/eapqtcertificateinfo_p.h \
@@ -68,11 +70,15 @@
 # qt libs
 LIBS += \
     -leapqtplugininfo
-    
+
+mmpRuleDeffile = \
+    "$${LITERAL_HASH}ifdef WINSCW" \
+    "DEFFILE ./bwins/eapqtconfiginterface.def" \
+    "$${LITERAL_HASH}else" \
+    "DEFFILE ./eabi/eapqtconfiginterface.def" \
+    "$${LITERAL_HASH}endif"
+
 symbian { 
-    # path to def files
-    defFilePath = .
-    
     # symbian libs
     LIBS += \
         -leapsymbiantools \
@@ -83,6 +89,8 @@
     TARGET.UID3 = 0x2002C2FC
     TARGET.EPOCALLOWDLLDATA = 1
     
+    MMP_RULES += mmpRuleDeffile
+
     TARGET.CAPABILITY = CAP_GENERAL_DLL
                     
     BLD_INF_RULES.prj_exports += \