mpengine/tsrc/unittest_mpaudioeffectsframeworkwrapper/unittest_mpaudioeffectsframeworkwrapper.pro
changeset 43 0f32e550d9d8
parent 36 a0afa279b8fe
--- a/mpengine/tsrc/unittest_mpaudioeffectsframeworkwrapper/unittest_mpaudioeffectsframeworkwrapper.pro	Fri Jun 25 17:21:37 2010 -0500
+++ b/mpengine/tsrc/unittest_mpaudioeffectsframeworkwrapper/unittest_mpaudioeffectsframeworkwrapper.pro	Fri Jul 09 16:27:03 2010 -0500
@@ -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 \