mpengine/tsrc/unittest_mpaudioeffectsframeworkwrapper/unittest_mpaudioeffectsframeworkwrapper.pro
changeset 48 af3740e3753f
parent 32 c163ef0b758d
--- a/mpengine/tsrc/unittest_mpaudioeffectsframeworkwrapper/unittest_mpaudioeffectsframeworkwrapper.pro	Tue Jul 06 14:13:36 2010 +0300
+++ b/mpengine/tsrc/unittest_mpaudioeffectsframeworkwrapper/unittest_mpaudioeffectsframeworkwrapper.pro	Wed Aug 18 09:46:20 2010 +0300
@@ -11,19 +11,22 @@
 #
 # Contributors:
 #
-# Description: Unit test for mpaudioeffectsframeworkwrapper
+# Description: mpaudioeffectsframeworkwrapper unit test project file.
 #
 
 TEMPLATE = app
-CONFIG += qtestlib
-CONFIG += symbian_test
+CONFIG += qtestlib hb symbian_test
 TARGET = unittest_mpaudioeffectsframeworkwrapper
 TARGET.CAPABILITY = CAP_APPLICATION
 
+symbian: { 
+    MMP_RULES += SMPSAFE
+}
+
 DEPENDPATH += .
 INCLUDEPATH += . \
-    ../../inc \
-    ../../../inc
+               ../../inc \
+               ../../../inc
 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
 
 HEADERS += inc/unittest_mpaudioeffectsframeworkwrapper.h \