tests/auto/qcryptographichash/qcryptographichash.pro
changeset 33 3e2da88830cd
parent 0 1918ee327afb
--- a/tests/auto/qcryptographichash/qcryptographichash.pro	Tue Jul 06 15:10:48 2010 +0300
+++ b/tests/auto/qcryptographichash/qcryptographichash.pro	Wed Aug 18 10:37:55 2010 +0300
@@ -2,7 +2,7 @@
 SOURCES += tst_qcryptographichash.cpp
 QT = core
 
-symbian*: {
+symbian: {
 TARGET.EPOCSTACKSIZE =0x5000
-TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb"
+TARGET.EPOCHEAPSIZE="0x100000 0x1000000" # // Min 1Mb, max 16Mb
 }