mkspecs/features/qttest_p4.prf
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
     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_")