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, 7 insertions, 0 deletions
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf
index e9d79b0..4ab5ac2 100644
--- a/mkspecs/features/qttest_p4.prf
+++ b/mkspecs/features/qttest_p4.prf
@@ -3,6 +3,13 @@ CONFIG += qt warn_on console depend_includepath
qtAddLibrary(QtTest)
+symbian:{
+# qt.prf sets TARGET.EPOCSTACKSIZE and TARGET.EPOCHEAPSIZE
+# DEFINES += QTEST_NO_SPECIALIZATIONS
+ TARGET.CAPABILITY="ALL -TCB"
+ RSS_RULES ="group_name=\"QtTests\";"
+}
+
# prefix test binary with tst_
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")