summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qttest_p4.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/qttest_p4.prf')
-rw-r--r--mkspecs/features/qttest_p4.prf7
1 files changed, 0 insertions, 7 deletions
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf
index 50020586a4..1712e94660 100644
--- a/mkspecs/features/qttest_p4.prf
+++ b/mkspecs/features/qttest_p4.prf
@@ -3,13 +3,6 @@ CONFIG += qt warn_on console depend_includepath testcase
qtAddLibrary(QtTest)
-symbian:{
- TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
-# DEFINES += QTEST_NO_SPECIALIZATIONS
- TARGET.CAPABILITY="None"
- RSS_RULES ="group_name=\"QtTests\";"
-}
-
# prefix test binary with tst_
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")