summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@theqtcompany.com>2015-01-16 17:50:07 +0100
committerPierre Rossi <pierre.rossi@theqtcompany.com>2015-01-18 13:03:24 +0100
commitcd38504c03cd5c9efef381eeafafb32da38b817c (patch)
treea628a2a86b0297665d52a627f8cfb7472e75d843 /tests
parent8a01b1f2448932b3806b7ca74b6af81be4c3308a (diff)
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 <andras.becsi@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro4
1 files changed, 1 insertions, 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