mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/unittest_mpmpxisolatedcollectionhelper.pro
changeset 43 0f32e550d9d8
parent 35 fdb31ab341af
--- a/mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/unittest_mpmpxisolatedcollectionhelper.pro	Fri Jun 25 17:21:37 2010 -0500
+++ b/mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/unittest_mpmpxisolatedcollectionhelper.pro	Fri Jul 09 16:27:03 2010 -0500
@@ -11,29 +11,33 @@
 #
 # Contributors:
 #
-# Description: 
+# Description: mpmpxisolatedcollectionhelper unit test project file.
 #
 
 TEMPLATE = app
-CONFIG += qtestlib
-CONFIG += symbian_test
+CONFIG += qtestlib hb symbian_test
 TARGET = unittest_mpmpxisolatedcollectionhelper
 TARGET.CAPABILITY = CAP_APPLICATION
 
+symbian: { 
+    MMP_RULES += SMPSAFE
+}
+
 DEPENDPATH += .
 INCLUDEPATH += . \
-    ../../inc \
-    ../../../inc
+               ../../inc \
+               ../../../inc
 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
 
 LIBS += -lestor.dll \
-    -lfbscli.dll \
-    -lmpxcommon.dll \
-    -lmpxcollectionutility.dll
+        -lfbscli.dll \
+        -lmpxcommon.dll \
+        -lmpxcollectionutility.dll
 
 HEADERS += inc/unittest_mpmpxisolatedcollectionhelper.h \
-    ../../inc/mpmpxisolatedcollectionhelper.h \
-    stub/inc/mpxcollectionopenutility.h
+          ../../inc/mpmpxisolatedcollectionhelper.h \
+          stub/inc/mpxcollectionopenutility.h
 
 SOURCES += src/unittest_mpmpxisolatedcollectionhelper.cpp \
-        stub/src/mpxcollectionopenutility.cpp
+          stub/src/mpxcollectionopenutility.cpp
+