summaryrefslogtreecommitdiff
path: root/tests/auto/qttest.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qttest.pri')
-rw-r--r--tests/auto/qttest.pri7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qttest.pri b/tests/auto/qttest.pri
index 21be797385..4394b933a2 100644
--- a/tests/auto/qttest.pri
+++ b/tests/auto/qttest.pri
@@ -5,13 +5,6 @@ isEmpty(TEMPLATE):TEMPLATE=app
CONFIG += qt warn_on console depend_includepath testcase qtestlib
CONFIG -= app_bundle
-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_")