diff -r 574948b60dab -r 1cee9f1b95e0 smf/smfcredentialmgr/smfcredmgrclient/smfcredmgrclient.pro --- 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 \