smf/smfcredentialmgr/smfcredmgrclient/smfcredmgrclient.pro
changeset 24 1cee9f1b95e0
parent 21 74572af13dfc
child 26 83d6a149c755
--- a/smf/smfcredentialmgr/smfcredmgrclient/smfcredmgrclient.pro	Thu Sep 23 17:15:03 2010 +0530
+++ b/smf/smfcredentialmgr/smfcredmgrclient/smfcredmgrclient.pro	Thu Sep 23 17:20:22 2010 +0530
@@ -22,6 +22,10 @@
     smfcredmgrclientutil.h
 symbian { 
     TARGET.UID3 = 0xEd21cfd3
+
+    # EPOCALLOWDLLDATA have to set true because Qt macros has initialised global data
+    TARGET.EPOCALLOWDLLDATA=1
+    
     SOURCES += smfcredmgrclient_p.cpp \
         smfcredmgrclientsession.cpp
         
@@ -36,7 +40,9 @@
     	UserEnvironment \
     	ReadDeviceData \
     	WriteDeviceData
+  	    	
 }
+
 symbian::LIBS += -leuser \
     -lestor \
     -lefsrv \