From 6eb08228397400be1141611dd96cdad12161d016 Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Wed, 26 Aug 2009 10:18:10 +0200 Subject: Skip the 'symbian' tests on other platforms. Add "requires(symbian)" to the .pro file so this test will not be executed on other platforms. Reviewed-by: Rohan McGovern --- tests/auto/symbian/qsymbiantests.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/auto/symbian') diff --git a/tests/auto/symbian/qsymbiantests.pro b/tests/auto/symbian/qsymbiantests.pro index 648335ee81..a752c86851 100644 --- a/tests/auto/symbian/qsymbiantests.pro +++ b/tests/auto/symbian/qsymbiantests.pro @@ -1,2 +1,4 @@ TEMPLATE = subdirs -SUBDIRS = qmainexceptions orientationchange \ No newline at end of file +SUBDIRS = qmainexceptions orientationchange + +requires(symbian) -- cgit v1.2.3