summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-02-17 15:04:39 -0800
committerJake Petroules <jake.petroules@qt.io>2017-02-22 05:10:39 +0000
commitd5e2b4bba1e19a51780aa68d47771065755883b3 (patch)
tree917f69230038ef464252588debb854a6eaad6542
parentabc12bf1c2dde5864fcd321ca41bcf2f80874d85 (diff)
downloadqtwebsockets-5.8.tar.gz
Exclude console application tests on UIKit platforms5.8
Those platforms do not support console applications with the public SDK. Change-Id: I8993882c04c5a4b539f297d13ae09ce9ae8e9463 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Aleksey Lysenko <lysenkoalexmail@gmail.com> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--tests/auto/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index 24941ad..8951c55 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += qmlwebsockets qmlwebsockets_compat
+!uikit: SUBDIRS += qmlwebsockets qmlwebsockets_compat