diff -r 2f34d5167611 -r fcece45ef507 src/plugins/qpluginbase.pri --- a/src/plugins/qpluginbase.pri Fri Apr 16 15:50:13 2010 +0300 +++ b/src/plugins/qpluginbase.pri Mon May 03 13:17:34 2010 +0300 @@ -17,5 +17,11 @@ symbian: { TARGET.EPOCALLOWDLLDATA=1 TARGET.CAPABILITY = All -Tcb + TARGET = $${TARGET}$${QT_LIBINFIX} load(armcc_warnings) + + # load the environment specific feature definitions + exists($${EPOCROOT}epoc32/tools/qt/mkspecs/features/environment.prf) { + load($${EPOCROOT}epoc32/tools/qt/mkspecs/features/environment.prf) + } }