From 88bea4e52f6bd4570b0424a93b1d2e5ca96e6c11 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 20 Apr 2017 14:24:55 -0700 Subject: 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 --- qtscript.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1