summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-04-20 14:24:55 -0700
committerJake Petroules <jake.petroules@qt.io>2017-04-20 21:34:35 +0000
commit88bea4e52f6bd4570b0424a93b1d2e5ca96e6c11 (patch)
tree252a76aa0fbd54e0744d71ebe8e885ceac6e4de6
parent65b09e7b416618a35e44154ccf68dc8b403181e1 (diff)
downloadqtscript-88bea4e52f6bd4570b0424a93b1d2e5ca96e6c11.tar.gz
Exclude the QtScript module from the tvOS and watchOS builds
This module is not supported on tvOS or watchOS (and probably won't be, since several required functions like sbrk() are unavailable on these platforms and there is also little point adding support for deprecated modules on new platforms) and therefore we'll exclude it from the CI build. Change-Id: Ib34dcdd52013d8e9320f6e31c34f4ce7aa6477f4 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
-rw-r--r--qtscript.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtscript.pro b/qtscript.pro
index 62840da..1694578 100644
--- a/qtscript.pro
+++ b/qtscript.pro
@@ -1,3 +1,3 @@
-requires(!winrt)
+requires(!winrt:!tvos:!watchos)
load(qt_parts)