summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 2144a15e3..f6dec7a55 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,3 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS += auto quicktestbrowser
+isPlatformSupported() {
+ SUBDIRS += auto quicktestbrowser
+}