mkspecs/features/qttest_p4.prf
changeset 30 5dc02b23752f
parent 19 fcece45ef507
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     4 qtAddLibrary(QtTest)
     4 qtAddLibrary(QtTest)
     5 
     5 
     6 symbian:{
     6 symbian:{
     7     TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
     7     TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
     8 #    DEFINES += QTEST_NO_SPECIALIZATIONS
     8 #    DEFINES += QTEST_NO_SPECIALIZATIONS
     9     TARGET.CAPABILITY="ALL -TCB"
     9     TARGET.CAPABILITY="None"
    10     RSS_RULES ="group_name=\"QtTests\";" 
    10     RSS_RULES ="group_name=\"QtTests\";" 
    11 }
    11 }
    12 
    12 
    13 # prefix test binary with tst_
    13 # prefix test binary with tst_
    14 !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
    14 !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")