From cd38504c03cd5c9efef381eeafafb32da38b817c Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Fri, 16 Jan 2015 17:50:07 +0100 Subject: Simplify tests.pro The check for platform support is now taken care of on the top level pro file, and skips the entire build, so this is not needed anymore. Change-Id: I5c7e572ec4055c2274eebfe2288f28811f77f048 Reviewed-by: Andras Becsi --- tests/tests.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/tests.pro b/tests/tests.pro index f6dec7a55..2922e5076 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,5 +1,3 @@ TEMPLATE = subdirs -isPlatformSupported() { - SUBDIRS += auto quicktestbrowser -} +SUBDIRS += auto quicktestbrowser -- cgit v1.2.3