src/plugins/qpluginbase.pri
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
--- 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)
+    }
 }